PropertyException.Name プロパティ

定義

例外の原因となったプロパティの名前を取得します。

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
Public ReadOnly Property Name As String

プロパティ値

例外の原因となったプロパティの名前。

適用対象