ActionNotFoundException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
アクションの名前を表す文字列。