ActionNotFoundException コンストラクター

定義

ActionNotFoundException クラスの新しいインスタンスを初期化します。

オーバーロード

ActionNotFoundException()

ActionNotFoundException クラスの新しいインスタンスを既定のプロパティ値で初期化します。

ActionNotFoundException(String)

指定されたアクションの名前を使用して、ActionNotFoundException クラスの新しいインスタンスを初期化します。

ActionNotFoundException()

ActionNotFoundException クラスの新しいインスタンスを既定のプロパティ値で初期化します。

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

適用対象

ActionNotFoundException(String)

指定されたアクションの名前を使用して、ActionNotFoundException クラスの新しいインスタンスを初期化します。

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)

パラメーター

actionName
String

アクションの名前を表す文字列。

適用対象