Share via


SfcException.SetHelpContext Method

Sets the help context value for the referenced exception. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Protected Friend Function SetHelpContext ( _
    resource As String _
) As SfcException
'Usage
Dim resource As String
Dim returnValue As SfcException

returnValue = Me.SetHelpContext(resource)
protected internal SfcException SetHelpContext(
    string resource
)
protected public:
SfcException^ SetHelpContext(
    String^ resource
)
member SetHelpContext : 
        resource:string -> SfcException 
 function SetHelpContext(
    resource : String
) : SfcException

Parameters

  • resource
    Type: System.String
    The resource file that contains the help context for the referenced exception.

Return Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
An SfcException object that specifies the exception with the help context.