ActionHandlerNotFoundException 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當找不到處理者物件時,表示例外。
public ref class ActionHandlerNotFoundException : Exception
[System.Serializable]
public class ActionHandlerNotFoundException : Exception
[<System.Serializable>]
type ActionHandlerNotFoundException = class
inherit Exception
Public Class ActionHandlerNotFoundException
Inherits Exception
- 繼承
-
ActionHandlerNotFoundException
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| ActionHandlerNotFoundException() |
初始化一個新的類別實例 ActionHandlerNotFoundException ,使用預設屬性值。 |
| ActionHandlerNotFoundException(String) |
初始化使用指定動作處理器的新類別實例 ActionHandlerNotFoundException 。 |