SVGException class

SVGException class

This exception is raised when a specific SVG operation is impossible to perform.

Inheritance: SVGExceptionPlatformException

The SVGException type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the SVGException class.

Properties

PropertyDescription
codeA 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.
SVG_WRONG_TYPE_ERRRaised when an object of the wrong type is passed to an operation.
SVG_INVALID_VALUE_ERRRaised when an invalid value is passed to an operation or assigned to an attribute.
SVG_MATRIX_NOT_INVERTABLERaised when an attempt is made to invert a matrix that is not invertible.

See Also