TextExceptionFormatter Methods

Include Protected Members
Include Inherited Members

The TextExceptionFormatter type exposes the following members.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method Format
Formats the Exception into the underlying stream.
(Overrides ExceptionFormatter.Format().)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method Indent
Indents the TextWriter.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected method WriteAdditionalInfo
Writes the additional properties to the TextWriter.
(Overrides ExceptionFormatter.WriteAdditionalInfo(NameValueCollection).)
Protected method WriteDateTime
Writes the current date and time to the TextWriter.
(Overrides ExceptionFormatter.WriteDateTime(DateTime).)
Protected method WriteDescription
Writes a generic description to the underlying text stream.
(Overrides ExceptionFormatter.WriteDescription().)
Protected method WriteException
Writes and formats the exception and all nested inner exceptions to the TextWriter.
(Overrides ExceptionFormatter.WriteException(Exception, Exception).)
Protected method WriteExceptionType
Writes the value of the AssemblyQualifiedName property for the specified exception type to the TextWriter.
(Overrides ExceptionFormatter.WriteExceptionType(Type).)
Protected method WriteFieldInfo
Writes the name and value of the specified field to the TextWriter.
(Overrides ExceptionFormatter.WriteFieldInfo(FieldInfo, Object).)
Protected method WriteHelpLink
Writes the value of the specified help link taken from the value of the HelpLink property to the TextWriter.
(Overrides ExceptionFormatter.WriteHelpLink(String).)
Protected method WriteMessage
Writes the value of the Message property to the underyling TextWriter.
(Overrides ExceptionFormatter.WriteMessage(String).)
Protected method WritePropertyInfo
Writes the name and value of the specified property to the TextWriter.
(Overrides ExceptionFormatter.WritePropertyInfo(PropertyInfo, Object).)
Protected method WriteReflectionInfo
Formats an Exception using reflection to get the information.
(Inherited from ExceptionFormatter.)
Protected method WriteSource
Writes the value of the specified source taken from the value of the Source property to the TextWriter.
(Overrides ExceptionFormatter.WriteSource(String).)
Protected method WriteStackTrace
Writes the value of the StackTrace property to the TextWriter.
(Overrides ExceptionFormatter.WriteStackTrace(String).)

See Also

TextExceptionFormatter Class

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace