System.Web.UI.WebControls.GridViewUpdatedEventArgs.Exception Property

Gets the exception (if any) that was raised during the update operation.

Syntax

public Exception Exception { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If an exception was raised and you decide to handle the exception in the event handler, set the GridViewUpdatedEventArgs.ExceptionHandled property to true. Otherwise, the exception is thrown again by the System.Web.UI.WebControls.GridView control.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0