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

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

適用対象