System.Web.UI.WebControls.FormViewInsertedEventArgs.ExceptionHandled Property

Gets or sets a value indicating whether an exception that was raised during the insert operation was handled in the event handler.

Syntax

public bool ExceptionHandled { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When an exception is raised during the insert operation, use the FormViewInsertedEventArgs.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 re-thrown. If this property is set to false, the System.Web.UI.WebControls.FormView control re-throws the exception. To determine which exception was raised, use the FormViewInsertedEventArgs.Exception property.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0