SVGException.Code

SVGException.Code property

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.

public ushort Code { get; }

Property Value

The error code.

See Also