FormViewInsertedEventArgs::Exception Property
.NET Framework (current version)
Gets the exception (if any) that was raised during the insert operation.
Assembly: System.Web (in System.Web.dll)
Use the Exception property to determine the exception (if any) that was raised during the insert operation. If no exceptions were raised, this property returns null.
Note |
|---|
If an exception was raised and you decide to handle the exception in the event handler, be sure to set the ExceptionHandled property to true; otherwise, the FormView control re-throws the exception. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
