The following tables list the members exposed by ExceptionDetail.
Public Constructors
Public Properties
| Name | Description |
| HelpLink | Gets or sets the help link from the exception passed to the constructor. |
| InnerException | Gets or sets the ExceptionDetail object that represents the inner exception. |
| Message | Gets or sets the message from the exception passed to the constructor. |
| StackTrace | Gets or sets the stack trace information from the exception passed to the constructor. |
| Type | Gets or sets the type string for the exception passed to the constructor. |
Top
See Also