The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
GridViewUpdatedEventArgs::Exception Property
.NET Framework (current version)
Gets the exception (if any) that was raised during the update operation.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Exception^The exception that was raised during the update 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, set the ExceptionHandled property to true. Otherwise, the exception is thrown again by the GridView control.
.NET Framework
Available since 2.0
Available since 2.0
Show: