LinqDataSourceDeleteEventArgs.Exception Property

Definition

Gets the exception that was thrown while the data was being validated before the delete operation.

public:
 property System::Web::UI::WebControls::LinqDataSourceValidationException ^ Exception { System::Web::UI::WebControls::LinqDataSourceValidationException ^ get(); };
public System.Web.UI.WebControls.LinqDataSourceValidationException Exception { get; }
member this.Exception : System.Web.UI.WebControls.LinqDataSourceValidationException
Public ReadOnly Property Exception As LinqDataSourceValidationException

Property Value

The exception, if an error occurred; otherwise, null.

Remarks

If a validation exception is thrown before the delete operation is performed, the exception is stored in the Exception property. In an event handler for the Deleting event, you can retrieve the exception through the Exception property.

Applies to