EntityDataSourceView::Exception Event

 

Occurs when validation fails in a partial methods or when an exception is raised.

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

public:
event EventHandler<DynamicValidatorEventArgs^>^ Exception {
	void add(EventHandler<DynamicValidatorEventArgs^>^ value);
	void remove(EventHandler<DynamicValidatorEventArgs^>^ value);
}

.NET Framework
Available since 3.5
Return to top
Show: