ActionHandlerNotFoundException 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
動作處理者的名字。