ActionHandlerNotFoundException 建構函式

定義

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

多載

名稱 Description
ActionHandlerNotFoundException()

初始化一個新的類別實例 ActionHandlerNotFoundException ,使用預設屬性值。

ActionHandlerNotFoundException(String)

初始化使用指定動作處理器的新類別實例 ActionHandlerNotFoundException

ActionHandlerNotFoundException()

初始化一個新的類別實例 ActionHandlerNotFoundException ,使用預設屬性值。

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

適用於

ActionHandlerNotFoundException(String)

初始化使用指定動作處理器的新類別實例 ActionHandlerNotFoundException

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

參數

actionHandlerName
String

動作處理者的名字。

適用於