DetailsViewInsertedEventArgs::ExceptionHandled Property
.NET Framework (current version)
Gets or sets a value indicating whether an exception that was raised during the insert operation was handled in the event handler.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the exception was handled in the event handler; otherwise, false. The default is false.
When an exception is raised during the insert operation, use the ExceptionHandled property to indicate whether the exception was handled in the event handler. When this property is set to true, the exception is considered handled and is not passed further up the call stack. If this property is set to false, the exception is passed to the next method on the call stack for handling. To determine which exception was raised, use the Exception property.
.NET Framework
Available since 2.0
Available since 2.0
Show: