Documentation for this section has not yet been entered.
Use the DetailsViewInsertedEventArgs.Exception property to determine the exception (if any) that was raised during the insert 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 DetailsViewInsertedEventArgs.ExceptionHandled property to true; otherwise, the exception is passed to the next method on the call stack for handling.