ActionHandlerNotFoundException クラス

定義

ハンドラーオブジェクトが見つからない場合の例外を表します。

public ref class ActionHandlerNotFoundException : Exception
[System.Serializable]
public class ActionHandlerNotFoundException : Exception
[<System.Serializable>]
type ActionHandlerNotFoundException = class
    inherit Exception
Public Class ActionHandlerNotFoundException
Inherits Exception
継承
ActionHandlerNotFoundException
属性

コンストラクター

名前 説明
ActionHandlerNotFoundException()

デフォルトのプロパティ値で ActionHandlerNotFoundException クラスの新しいインスタンスを初期化します。

ActionHandlerNotFoundException(String)

指定されたアクションハンドラーで ActionHandlerNotFoundException クラスの新しいインスタンスを初期化します。

適用対象