ActionHandlerNotFoundException Constructors

Definition

Initializes a new instance of the ActionHandlerNotFoundException class.

Overloads

ActionHandlerNotFoundException()

Initializes a new instance of the ActionHandlerNotFoundException class with the default property values.

ActionHandlerNotFoundException(String)

Initializes a new instance of the ActionHandlerNotFoundException class with the specified action handler.

ActionHandlerNotFoundException()

Initializes a new instance of the ActionHandlerNotFoundException class with the default property values.

public:
 ActionHandlerNotFoundException();
public ActionHandlerNotFoundException();
Public Sub New ()

Applies to

ActionHandlerNotFoundException(String)

Initializes a new instance of the ActionHandlerNotFoundException class with the specified action handler.

public:
 ActionHandlerNotFoundException(System::String ^ actionHandlerName);
public ActionHandlerNotFoundException(string actionHandlerName);
new Microsoft.SqlServer.Management.ActionHandlerNotFoundException : string -> Microsoft.SqlServer.Management.ActionHandlerNotFoundException
Public Sub New (actionHandlerName As String)

Parameters

actionHandlerName
String

The name of the action handler.

Applies to