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
- exceptionType
Type: System.Type
The Type of the exception.
See Also
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace