DetailsViewInsertedEventArgs.Exception Property
.NET Framework 3.0
Gets the exception (if any) that was raised during the insert operation.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
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 a null reference (Nothing in Visual Basic).
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 exception is passed to the next method on the call stack for handling. |
Community Additions
ADD
Show:
Note: