ActionNotFoundException Konstruktoren

Definition

Initialisiert eine neue Instanz der ActionNotFoundException-Klasse.

Überlädt

ActionNotFoundException()

Initialisiert eine neue Instanz der ActionNotFoundException-Klasse mit den Standardeigenschaftswerten.

ActionNotFoundException(String)

Initialisiert eine neue Instanz der ActionNotFoundException-Klasse mit dem Namen der angegebenen Aktion.

ActionNotFoundException()

Initialisiert eine neue Instanz der ActionNotFoundException-Klasse mit den Standardeigenschaftswerten.

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

Gilt für:

ActionNotFoundException(String)

Initialisiert eine neue Instanz der ActionNotFoundException-Klasse mit dem Namen der angegebenen Aktion.

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)

Parameter

actionName
String

Eine Zeichenfolge, die den Namen der Aktion darstellt.

Gilt für: