ExceptionFormatter.WriteHelpLink Method
When overridden by a class, writes the value of the HelpLink 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 WriteHelpLink(
string helpLink
)
'Declaration
Protected MustOverride Sub WriteHelpLink (
helpLink As String
)
protected:
virtual void WriteHelpLink(
String^ helpLink
) abstract
Parameters
- helpLink
Type: System.String
The help link for the exception.
See Also
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace