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