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,才能使用它。

适用于