SqlDataSourceStatusEventArgs.Exception Property
.NET Framework 3.0
Gets a wrapper for any exceptions thrown by the database during a data operation.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public Exception get_Exception ()
public function get Exception () : Exception
Not applicable.
Property Value
An Exception that wraps any exceptions thrown by the database in its InnerException property.Community Additions
ADD
Show: