The ExceptionDetailObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ExceptionDetailObject()()()() | Obsolete. Initializes a new instance of the ExceptionDetailObject class |
![]() | ExceptionDetailObject(Exception) |
Creates a new instance of the ExceptionDetailObject class from the exception.
|
![]() | ExceptionDetailObject(Exception, Dictionary<(Of <<'(String, String>)>>)) |
Creates a new instance of the ExceptionDetailObject class from the exception.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Get a string representation of the exception detail and inner exception detail (if any)
(Overrides Object..::..ToString()()()().) |
Properties
Name | Description | |
---|---|---|
![]() | Data |
Additional data
|
![]() | HelpLink |
Get or set the help link from the exception
|
![]() | InnerException |
Get or set the ExceptionDetailObject that represents the inner exception.
|
![]() | Message |
Get or set the message from the exception
|
![]() | StackTrace |
Get or set the stacktrace from the exception
|
![]() | Type |
Get or set the type string for the exception
|