Share via


TextExceptionFormatter.WriteExceptionType Method

Writes the value of the AssemblyQualifiedName property for the specified exception type to the TextWriter.

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

protected override void WriteExceptionType(
    Type exceptionType
)
'Declaration
Protected Overrides Sub WriteExceptionType ( 
    exceptionType As Type
)
protected:
virtual void WriteExceptionType(
    Type^ exceptionType
) override

Parameters

See Also

TextExceptionFormatter Class

TextExceptionFormatter Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace