DmfException.SetHelpContext Method (String)

 

Sets the help context for the exception.

Namespace:   Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

protected internal DmfException SetHelpContext(
    string resource
)
public protected:
DmfException^ SetHelpContext(
    String^ resource
)
member SetHelpContext : 
        resource:string -> DmfException
Protected Friend Function SetHelpContext (
    resource As String
) As DmfException

Parameters

  • resource
    Type: System.String

    A String value that specifies the resource file that contains the help context for the exception.

Return Value

Type: Microsoft.SqlServer.Management.Dmf.DmfException

A DmfException object initialized with the specified help context information.

See Also

DmfException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top