Method HandleError
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Core.dll
HandleError(string)
This signals the viewer control to display an error message to the user.
void HandleError(string message)
Parameters
HandleError(Exception)
This signals the viewer control to display an error message due to an exception to the user.
void HandleError(Exception exception)
Parameters
exception
Exception
HandleError(string, Exception)
This signals the viewer control to display an error message due to an exception with additional message to the user.
void HandleError(string message, Exception exception)