System.Web.UI.WebControls.ObjectDataSourceStatusEventArgs.Exception Property

Gets a wrapper for any exceptions that are thrown by the method that is called by the System.Web.UI.WebControls.ObjectDataSource control during a data operation.

Syntax

public Exception Exception { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Exception exception does not represent the actual exception that is thrown by the business object data method. You can use the Exception.InnerException property to access the thrown exception.

Requirements

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