This documentation is for the old version. Go to the latest Graphics Mill docs

Exception Methods

The Exception type exposes the following members.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method Static member GetManagedException

Converts unmanaged exception to managed. Should never used directly!

Public method GetObjectData (Inherited from Exception.)
Public method GetType (Inherited from Exception.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Static member ThrowManagedException

Used by Graphics Mill for .NET to convert internal unmanaged exception to managed ones. Do not call this method directly.

Public method ToString (Inherited from Exception.)

See Also

Reference