LinqServerModeDataSource.ExceptionThrown Event
In This Article
Enables you to manually handle the database exception.
Namespace: DevExpress.Data.Linq
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public event EventHandler<ServerModeExceptionThrownEventArgs> ExceptionThrown
#Event Data
The ExceptionThrown event's data class is ServerModeExceptionThrownEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Exception | Gets the exception that caused the event. |
#Remarks
The ExceptionThrown event is raised when the database exception has been thrown.
See Also