This documentation is archived and is not being maintained.
SqlDataSourceStatusEventArgs::ExceptionHandled Property
Visual Studio 2010
Gets or sets a value indicating whether an exception thrown by the database has been handled.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if an exception thrown by the database has been handled and should not be thrown by the SqlDataSource control; otherwise, false.
If the database throws an exception, the ExceptionHandled property is set to false and the exception is wrapped by the Exception property. If you use an SqlDataSourceStatusEventHandler, you can check the Exception property and handle the exception. If you handle the exception, set the ExceptionHandled property to true or the SqlDataSource control will throw an exception.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: