ActionNotFoundException Constructors

Definition

Initializes a new instance of the ActionNotFoundException class.

Overloads

ActionNotFoundException()

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

ActionNotFoundException(String)

Initializes a new instance of the ActionNotFoundException class with the name of the action specified.

ActionNotFoundException()

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

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

Applies to

ActionNotFoundException(String)

Initializes a new instance of the ActionNotFoundException class with the name of the action specified.

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

Parameters

actionName
String

A string that represents the name of the action.

Applies to