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
- message
Type: System.String
The message to write.
See Also
TextExceptionFormatter Members
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace