Data | Gets a collection of key/value pairs that provide additional user-defined information about the exception.
DISPID (Dispatch ID):
For more information, see Data in .NET Reference. |
DisplayString | The display string for the current object.
DISPID (Dispatch ID): 0
For more information, see ToString in .NET Reference. |
HelpLink | Gets or sets a link to the help file associated with this exception.
DISPID (Dispatch ID):
For more information, see HelpLink in .NET Reference. |
HResult | Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. |
InnerException | Gets the Exception instance that caused the current exception.
DISPID (Dispatch ID):
For more information, see InnerException in .NET Reference. |
Message | Gets a message that describes the current exception.
DISPID (Dispatch ID):
For more information, see Message in .NET Reference. |
Method | Gets the method that provided the invalid result.
DISPID (Dispatch ID):
For more information, see Method in .NET Reference. |
ParamName | Gets the name of the parameter that causes this exception. Empty for the method return value.
DISPID (Dispatch ID):
For more information, see ParamName in .NET Reference. |
Source | Gets or sets the name of the application or the object that causes the error.
DISPID (Dispatch ID):
For more information, see Source in .NET Reference. |
StackTrace | Gets a string representation of the immediate frames on the call stack.
DISPID (Dispatch ID):
For more information, see StackTrace in .NET Reference. |
TargetSite | Gets the method that throws the current exception.
DISPID (Dispatch ID):
For more information, see TargetSite in .NET Reference. |
ToString | Returns a string that represents the current object.
DISPID (Dispatch ID):
For more information, see ToString in .NET Reference. |