TextExceptionFormatter Class

Represents an exception formatter that formats exception objects as text.

Namespace: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public class TextExceptionFormatter : ExceptionFormatter
'Declaration
Public Class TextExceptionFormatter
    Inherits ExceptionFormatter
public ref class TextExceptionFormatter : public ExceptionFormatter

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionFormatter
    Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.TextExceptionFormatter

See Also

TextExceptionFormatter Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace