Documentation for this section has not yet been entered.
Use the GridViewDeletedEventArgs.Exception property to determine the exception that was raised during the delete operation. If no exceptions were raised, this property returns null.
If an exception was raised and you decide to handle the exception in the event handler, be sure to set the GridViewDeletedEventArgs.ExceptionHandled property to true; otherwise, the System.Web.UI.WebControls.GridView control re-throws the exception.