EntityDataSourceValidationException.IDynamicValidatorException.InnerExceptions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
新しいデータ フィールドまたは編集されたデータ フィールドが検証されたときに発生した例外を取得します。
property System::Collections::Generic::IDictionary<System::String ^, Exception ^> ^ System::Web::DynamicData::IDynamicValidatorException::InnerExceptions { System::Collections::Generic::IDictionary<System::String ^, Exception ^> ^ get(); };
System.Collections.Generic.IDictionary<string,Exception> System.Web.DynamicData.IDynamicValidatorException.InnerExceptions { get; }
member this.System.Web.DynamicData.IDynamicValidatorException.InnerExceptions : System.Collections.Generic.IDictionary<string, Exception>
ReadOnly Property InnerExceptions As IDictionary(Of String, Exception) Implements IDynamicValidatorException.InnerExceptions
プロパティ値
発生したすべての例外を格納しているコレクション。
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、EntityDataSourceValidationException のインスタンスが IDynamicValidatorException インターフェイスにキャストされる場合のみ、使用できます。