[This is preliminary documentation and is subject to change.]
A base class for exceptions which prefer an "e-mail quotting" nesting of messages. Useful for specially formatted, multi-line exception messages.
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| DescriptiveException()()()() |
Initializes a new instance of the DescriptiveException class with no message.
| |
| DescriptiveException(String) |
Initializes a new instance of the DescriptiveException class with its message string set to message.
| |
| DescriptiveException(String, Exception) |
Initializes a new instance of the DescriptiveException class with its message string set to message and a reference to the inner exception that is the cause of this exception.
| |
| _className()()()() | (Inherited from Exception.) | |
| _data()()()() | (Inherited from Exception.) | |
| _dynamicMethods()()()() | (Inherited from Exception.) | |
| _exceptionMethod()()()() | (Inherited from Exception.) | |
| _exceptionMethodString()()()() | (Inherited from Exception.) | |
| _helpURL()()()() | (Inherited from Exception.) | |
| _HResult()()()() | (Inherited from Exception.) | |
| _innerException()()()() | (Inherited from Exception.) | |
| _message()()()() | (Inherited from Exception.) | |
| _remoteStackIndex()()()() | (Inherited from Exception.) | |
| _remoteStackTraceString()()()() | (Inherited from Exception.) | |
| _source()()()() | (Inherited from Exception.) | |
| _stackTrace()()()() | (Inherited from Exception.) | |
| _stackTraceString()()()() | (Inherited from Exception.) | |
| _xcode()()()() | (Inherited from Exception.) | |
| _xptrs()()()() | (Inherited from Exception.) | |
| Data | (Inherited from Exception.) | |
| Equals(Object) | (Inherited from Object.) | |
| FieldGetter(String, String, Object%) | (Inherited from Object.) | |
| FieldSetter(String, String, Object) | (Inherited from Object.) | |
| Finalize()()()() | (Inherited from Object.) | |
| GetBaseException()()()() | (Inherited from Exception.) | |
| GetClassName()()()() | (Inherited from Exception.) | |
| GetDataInternal()()()() | (Inherited from Exception.) | |
| GetExceptionMethodFromString()()()() | (Inherited from Exception.) | |
| GetExceptionMethodString()()()() | (Inherited from Exception.) | |
| GetFieldInfo(String, String) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetObjectData(SerializationInfo, StreamingContext) | (Inherited from Exception.) | |
| GetTargetSiteInternal()()()() | (Inherited from Exception.) | |
| GetType()()()() | (Inherited from Exception.) | |
| HelpLink | (Inherited from Exception.) | |
| HResult | (Inherited from Exception.) | |
| InnerException | (Inherited from Exception.) | |
| InternalPreserveStackTrace()()()() | (Inherited from Exception.) | |
| InternalToString()()()() | (Inherited from Exception.) | |
| IsTransient()()()() | (Inherited from Exception.) | |
| MemberwiseClone()()()() | (Inherited from Object.) | |
| Message | (Inherited from Exception.) | |
| PrepForRemoting()()()() | (Inherited from Exception.) | |
| SetErrorCode(Int32) | (Inherited from Exception.) | |
| Source | (Inherited from Exception.) | |
| StackTrace | (Inherited from Exception.) | |
| TargetSite | (Inherited from Exception.) | |
| ToString()()()() |
Creates and returns a string representation of the current exception.
(Overrides Exception.ToString()()()().) |