The properties of the Exception class are listed below. For a complete list of Exception class members, see the Exception Members topic.
HelpLink | Retrieves a link to the help file associated with this exception. |
InnerException | Retrieves a reference to an inner (that may be nested) exception. |
Message | Retrieves the message text. |
Source | Retrieves or assigns a string containing the name of the application or the object that has generated the error. |
StackTrace | Retrieves the stack trace, which is valuable for determining where the error occurred. |
TargetSite | [To be supplied.] |