ExceptionInformation
Description
A set of information about an exception. An ExceptionInformation object contains the base exception details for the exception that created a logged exception. An ExceptionInformation object may also contain another ExceptionInformation object that specifies its parent exception.
Properties
Property | Type | Length | Default | Description |
|---|---|---|---|---|
ExceptionType | string | N/A | N/A | Specifies the exception type. |
HelpLink | string | N/A | Empty | Specifies the help file associated with the exception. |
InnerException | N/A | N/A | An exception information object that specifies the exception that caused this exception. | |
Message | string | N/A | N/A | A text message that describes the exception. |
Source | string | N/A | N/A | Specifies the application or object that caused the exception. |
StackTrace | string | N/A | N/A | Describes the frames on the call stack at the point where the exception occurred. |
TargetSite | string | N/A | Empty | Specifies the web method. |