Mono Class Library: Overview

System.Exception: Property Members

The properties of System.Exception are listed below. For a list of all members, see the Exception Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
DataIDictionary. Documentation for this section has not yet been entered.
HelpLinkstring. Documentation for this section has not yet been entered.
[read-only]
InnerExceptionException. Gets the Exception instance that caused the current Exception.
[read-only]
Messagestring. Gets a string containing a message that describes the current Exception.
Sourcestring. Documentation for this section has not yet been entered.
[read-only]
StackTracestring. Gets a string representation of the frames on the call stack at the time the current Exception was thrown.
[read-only]
TargetSiteSystem.Reflection.MethodBase. Documentation for this section has not yet been entered.

Protected Properties

HResultint. Documentation for this section has not yet been entered.