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