Share via


ExceptionFormatter.WriteExceptionType Method

When overridden by a class, writes the Type of the current exception.

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 abstract void WriteExceptionType(
    Type exceptionType
)
'Declaration
Protected MustOverride Sub WriteExceptionType ( 
    exceptionType As Type
)
protected:
virtual void WriteExceptionType(
    Type^ exceptionType
) abstract

Parameters

See Also

ExceptionFormatter Class

ExceptionFormatter Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace