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

属性值

IDictionary<String,Exception>

一个集合,其中包含发生的所有异常。

实现

注解

此成员是显式接口成员的实现。 它只能在 EntityDataSourceValidationException 实例被强制转换为 IDynamicValidatorException 接口时使用。

适用于