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>

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

适用于