ExceptionFormatter Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The ExceptionFormatter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ExceptionFormatter |
Initializes a new instance of the ExceptionFormatter class with an Exception to format.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Format |
Formats the Exception into the underlying stream.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
WriteAdditionalInfo |
When overridden by a class, writes additional properties if available.
|
|
WriteDateTime |
When overridden by a class, writes the current time.
|
|
WriteDescription |
When overridden by a class, writes a description of the caught exception.
|
|
WriteException |
Formats the exception and all nested inner exceptions.
|
|
WriteExceptionType |
When overridden by a class, writes the Type of the current exception.
|
|
WriteFieldInfo |
When overridden by a class, writes the value of a FieldInfo object.
|
|
WriteHelpLink |
When overridden by a class, writes the value of the HelpLink property.
|
|
WriteMessage |
When overridden by a class, writes the Message.
|
|
WritePropertyInfo |
When overridden by a class, writes the value of a PropertyInfo object.
|
|
WriteReflectionInfo |
Formats an Exception using reflection to get the information.
|
|
WriteSource |
When overridden by a class, writes the value of the Source property.
|
|
WriteStackTrace |
When overridden by a class, writes the value of the StackTrace property.
|
Properties
Name | Description | |
---|---|---|
AdditionalInfo | ||
Exception |
Gets the Exception to format.
|
See Also
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |