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 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상