System.Web.UI.WebControls.SqlDataSourceStatusEventArgs.Exception Property

Gets a wrapper for any exceptions thrown by the database during a data operation.

Syntax

public Exception Exception { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Exception property does not represent the actual exception thrown by the database operation. You can access the thrown exception using the Exception.InnerException property.

Requirements

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