Share via


ExceptionFormatter.WriteSource Method

When overridden by a class, writes the value of the Source property.

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 WriteSource(
    string source
)
'Declaration
Protected MustOverride Sub WriteSource ( 
    source As String
)
protected:
virtual void WriteSource(
    String^ source
) abstract

Parameters

See Also

ExceptionFormatter Class

ExceptionFormatter Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace