PropertyNotFoundException クラス

定義

物件が見つからない場合の例外をすべて表します。

public ref class PropertyNotFoundException : Exception
public class PropertyNotFoundException : Exception
type PropertyNotFoundException = class
    inherit Exception
Public Class PropertyNotFoundException
Inherits Exception
継承
PropertyNotFoundException

コンストラクター

名前 説明
PropertyNotFoundException(String)

プロパティ例外のために指定された名前で PropertyNotFoundException クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
PropertyName

プロパティの名前を取得します。

適用対象