Mono Class Library: OverviewSystem.Exception: Members |
The members of System.Exception are listed below.
See Also: Inherited members from System.Object
Documentation for this section has not yet been entered.
[read-only] Data IDictionary. Documentation for this section has not yet been entered. HelpLink string. Documentation for this section has not yet been entered. [read-only] InnerException Exception. Gets the Exception instance that caused the current Exception. [read-only] Message string. Gets a string containing a message that describes the current Exception. Source string. Documentation for this section has not yet been entered. [read-only] StackTrace string. Gets a string representation of the frames on the call stack at the time the current Exception was thrown. [read-only] TargetSite System.Reflection.MethodBase. Documentation for this section has not yet been entered.
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. overrideToString() : string Creates and returns a string representation of the current Exception.