IDynamicValidatorException.InnerExceptions プロパティ

定義

新しいデータ フィールドまたは編集されたデータ フィールドが検証されたときに発生した例外を取得します。

public:
 property System::Collections::Generic::IDictionary<System::String ^, Exception ^> ^ InnerExceptions { System::Collections::Generic::IDictionary<System::String ^, Exception ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Exception> InnerExceptions { get; }
member this.InnerExceptions : System.Collections.Generic.IDictionary<string, Exception>
Public ReadOnly Property InnerExceptions As IDictionary(Of String, Exception)

プロパティ値

IDictionary<String,Exception>

発生したすべての例外を格納しているコレクション。

適用対象