XmlExceptionFormatter 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 XmlExceptionFormatter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XmlExceptionFormatter | Overloaded. |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
Format |
Formats the Exception into the underlying stream.
(Overrides ExceptionFormatter.Format().) |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
WriteAdditionalInfo |
Writes additional information to the XmlWriter.
(Overrides ExceptionFormatter.WriteAdditionalInfo(NameValueCollection).) |
|
WriteDateTime |
Writes the current date and time to the XmlWriter.
(Overrides ExceptionFormatter.WriteDateTime(DateTime).) |
|
WriteDescription |
Writes a generic description to the XmlWriter.
(Overrides ExceptionFormatter.WriteDescription().) |
|
WriteException |
Writes and formats the exception and all nested inner exceptions to the XmlWriter.
(Overrides ExceptionFormatter.WriteException(Exception, Exception).) |
|
WriteExceptionType |
Writes the value of the AssemblyQualifiedName property for the specified exception type to the XmlWriter.
(Overrides ExceptionFormatter.WriteExceptionType(Type).) |
|
WriteFieldInfo | (Overrides ExceptionFormatter.WriteFieldInfo(FieldInfo, Object).) | |
WriteHelpLink |
Writes the value of the specified help link taken from the value of the HelpLink property to the XmlWriter.
(Overrides ExceptionFormatter.WriteHelpLink(String).) |
|
WriteMessage | (Overrides ExceptionFormatter.WriteMessage(String).) | |
WritePropertyInfo |
Writes the name and value of the specified property to the XmlWriter.
(Overrides ExceptionFormatter.WritePropertyInfo(PropertyInfo, Object).) |
|
WriteReflectionInfo |
Formats an Exception using reflection to get the information.
(Inherited from ExceptionFormatter.) |
|
WriteSource |
Writes the value of the specified source taken from the value of the Source property to the XmlWriter.
(Overrides ExceptionFormatter.WriteSource(String).) |
|
WriteStackTrace |
Writes the value of the specified stack trace taken from the value of the StackTrace property to the XmlWriter.
(Overrides ExceptionFormatter.WriteStackTrace(String).) |
Properties
Name | Description | |
---|---|---|
AdditionalInfo |
Gets additional information related to the Exception but not stored in the exception (eg: the time in which the Exception was thrown).
(Inherited from ExceptionFormatter.) |
|
Exception |
Gets the Exception to format.
(Inherited from ExceptionFormatter.) |
|
Writer |
Gets the underlying XmlWriter that the formatted exception is written to.
|
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. |