Public Methods
|  Equals | Determines whether the specified object is equal to the current object.   DISPID (Dispatch ID):   For more information, see Equals in .NET Reference. | 
|  GetBaseException | Returns the Exception that is the root cause of one or more subsequent exceptions.   DISPID (Dispatch ID):   For more information, see GetBaseException in .NET Reference. | 
|  GetHashCode | Returns a hash code for the current object.   DISPID (Dispatch ID):   For more information, see GetHashCode in .NET Reference. | 
|  GetObjectData | Sets the SerializationInfo with information about the exception.   DISPID (Dispatch ID):   For more information, see GetObjectData in .NET Reference. | 
|  GetType | Gets the Type of the current instance.   DISPID (Dispatch ID):   For more information, see GetType in .NET Reference. | 
|  SetInputArgumentExceptionArray | Sets the array of exceptions corresponding to the input arguments.   DISPID (Dispatch ID):   For more information, see SetInputArgumentExceptionArray in .NET Reference. | 
Public Properties
|  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. | 
|  ErrorId | The error Id. Empty string when no error.   DISPID (Dispatch ID):   For more information, see ErrorId 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. | 
|  InputArgumentExceptionArray | Array of exceptions corresponding to the input arguments.   DISPID (Dispatch ID):   For more information, see InputArgumentExceptionArray in .NET Reference. | 
|  InternalCode | The internal numerical code of the service exception.   DISPID (Dispatch ID):   For more information, see InternalCode in .NET Reference. | 
|  Message | Gets a message that describes the current exception.   DISPID (Dispatch ID):   For more information, see Message in .NET Reference. | 
|  ServiceResult | The service result (combines the status code and diagnostic information) associated with the exception.   DISPID (Dispatch ID):   For more information, see ServiceResult in .NET Reference. | 
|  ServiceTargetSite | Gets the method that throws the originating exception.   DISPID (Dispatch ID):   For more information, see ServiceTargetSite 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. | 
See Also