Share via


TextExceptionFormatter.WriteSource Method

Writes the value of the specified source taken from the value of the Source property 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 WriteSource(
    string source
)
'Declaration
Protected Overrides Sub WriteSource ( 
    source As String
)
protected:
virtual void WriteSource(
    String^ source
) override

Parameters

See Also

TextExceptionFormatter Class

TextExceptionFormatter Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace