ISVGException interface

Provides information about an exception that is raised when an SVG operation cannot be performed.

Members

The ISVGException interface inherits from the IDispatch interface. ISVGException also has these types of members:

  • Properties

Properties

The ISVGException interface has these properties.

Property Access type Description

ISVGException::code

Read/write

Gets the exception code that is raised.

ISVGException::message

Read-only

Gets a description of the exception that is raised.

 

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7

Minimum supported server

Windows Server 2008 R2

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

See also

IDispatch