SVGException Class
SVGException class
This exception is raised when a specific SVG operation is impossible to perform.
public class SVGException : PlatformException
Constructors
Name | Description |
---|
SVGException(ushort) | Initializes a new instance of the SVGException class. |
Properties
Name | Description |
---|
Code { get; } | A code identifying the reason why the requested operation could not be performed. The value of this member will be one of the constants in the SVGException code group. |
virtual Data { get; } | |
virtual HelpLink { get; set; } | |
HResult { get; set; } | |
InnerException { get; } | |
virtual Message { get; } | |
virtual Source { get; set; } | |
virtual StackTrace { get; } | |
TargetSite { get; } | |
Fields
See Also