EntityDataSourceChangedEventArgs::ExceptionHandled Property

 

Gets or sets a value that indicates whether the exception was handled and that it should not be thrown again.

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

public:
property bool ExceptionHandled {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the exception was handled; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: