EntityDataSourceValidationException::IDynamicValidatorException::InnerExceptions Property

 

Gets the exceptions that occur when a new or edited data field is validated.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web.Entity (in System.Web.Entity.dll)

private:
property IDictionary<String^, Exception^>^ InnerExceptions {
	virtual IDictionary<String^, Exception^>^ get() sealed = IDynamicValidatorException::InnerExceptions::get;
}

Property Value

Type: System.Collections.Generic::IDictionary<String^, Exception^>^

A collection that contains all the exceptions that occurred.

This member is an explicit interface member implementation. It can be used only when the EntityDataSourceValidationException instance is cast to an IDynamicValidatorException interface.

.NET Framework
Available since 3.5
Return to top
Show: