The Exception type exposes the following members.
Name | Description | |
---|---|---|
Exception | Overloaded. Initializes a new instance of Exception class. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetManagedException |
Converts unmanaged exception to managed. Should never used directly! |
|
GetObjectData | (Inherited from Exception.) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ThrowManagedException |
Used by Graphics Mill for .NET to convert internal unmanaged exception to managed ones. Do not call this method directly. |
|
ToString | (Inherited from Exception.) |
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |