Mono Class Library: Overview

System.Exception: Members

The members of System.Exception are listed below.

See Also: Inherited members from System.Object

Public Constructors

Constructs and initializes a new instance of the Exception class.
Constructs a new instance of the Exception class.
Constructs a new instance of the Exception class.

Protected Constructors

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.

Public Methods

GetBaseException() : Exception
Returns the Exception that is the root cause of one or more subsequent Exceptions.
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Documentation for this section has not yet been entered.
GetType() : Type
Documentation for this section has not yet been entered.
override
ToString() : string
Creates and returns a string representation of the current Exception.