ActionNotFoundException クラス

定義

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

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

コンストラクター

ActionNotFoundException()

ActionNotFoundException クラスの新しいインスタンスを既定のプロパティ値で初期化します。

ActionNotFoundException(String)

指定されたアクションの名前を使用して、ActionNotFoundException クラスの新しいインスタンスを初期化します。

適用対象