Share via


TextExceptionFormatter.WriteHelpLink Method

Writes the value of the specified help link taken from the value of the HelpLink 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 WriteHelpLink(
    string helpLink
)
'Declaration
Protected Overrides Sub WriteHelpLink ( 
    helpLink As String
)
protected:
virtual void WriteHelpLink(
    String^ helpLink
) override

Parameters

See Also

TextExceptionFormatter Class

TextExceptionFormatter Members

Microsoft.Practices.EnterpriseLibrary.ExceptionHandling Namespace