Click or drag to resize

WebViewerControlDesignerGetErrorDesignTimeHtml Method

Gets a styled error message from an exception.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected override string GetErrorDesignTimeHtml(
	Exception e
)

Parameters

e
Type: SystemException
The exception.

Return Value

Type: String
HTML formatted error message.
See Also