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
)
Protected Overrides Function GetErrorDesignTimeHtml (
e As Exception
) As String
Parameters
- e
- Type: SystemException
The exception.
Return Value
Type:
StringHTML formatted error message.
See Also