ActionNotFoundException 建構函式

定義

初始化 ActionNotFoundException 類別的新執行個體。

多載

名稱 Description
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

一個代表動作名稱的字串。

適用於