LinqDataSourceDeleteEventArgs.Exception Property

Definition

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

C#
public System.Web.UI.WebControls.LinqDataSourceValidationException Exception { get; }

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

Proizvod Verzije
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1