2 writes to _exceptionHandled
System.Web (2)
UI\WebControls\DetailsViewUpdatedEventArgs.cs (2)
33
this.
_exceptionHandled
= false;
67
_exceptionHandled
= value;
1 reference to _exceptionHandled
System.Web (1)
UI\WebControls\DetailsViewUpdatedEventArgs.cs (1)
64
return
_exceptionHandled
;