UtilityException.SetHelpContext(String) Method

Definition

Defines the Help context identifier for the exception.

protected public:
 Microsoft::SqlServer::Management::Utility::UtilityException ^ SetHelpContext(System::String ^ resource);
protected internal Microsoft.SqlServer.Management.Utility.UtilityException SetHelpContext (string resource);
member this.SetHelpContext : string -> Microsoft.SqlServer.Management.Utility.UtilityException
Protected Friend Function SetHelpContext (resource As String) As UtilityException

Parameters

resource
String

A String value that represents the Help context for the UtilityException object.

Returns

A string that represents the Help context.

Applies to