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 クラスの新しいインスタンスを初期化します。

適用対象