NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Exception Properties

The properties of the Exception class are listed below. For a complete list of Exception class members, see the Exception Members topic.

Public:

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.]

See Also

Exception Class | System Namespace