Share via


TextExceptionFormatter.WriteMessage Method

Writes the value of the Message property to the underyling 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 WriteMessage(
    string message
)
'Declaration
Protected Overrides Sub WriteMessage ( 
    message As String
)
protected:
virtual void WriteMessage(
    String^ message
) override

Parameters

See Also

TextExceptionFormatter Class

TextExceptionFormatter Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace