IDynamicValidatorException.InnerExceptions 속성

정의

새 데이터 필드나 편집된 데이터 필드의 유효성을 검사할 때 발생하는 예외를 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<System::String ^, Exception ^> ^ InnerExceptions { System::Collections::Generic::IDictionary<System::String ^, Exception ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Exception> InnerExceptions { get; }
member this.InnerExceptions : System.Collections.Generic.IDictionary<string, Exception>
Public ReadOnly Property InnerExceptions As IDictionary(Of String, Exception)

속성 값

IDictionary<String,Exception>

발생한 모든 예외가 들어 있는 컬렉션입니다.

적용 대상