EntityDataSourceValidationException.IDynamicValidatorException.InnerExceptions 屬性

定義

取得當新資料欄位被驗證時所產生的例外。

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 介面時使用。

適用於