Back to Devexpress

PLinqServerModeSource.ExceptionThrown Event

corelibraries-devexpress-dot-data-dot-plinq-dot-plinqservermodesource-dc9dec03.md

latest1.5 KB
Original Source

PLinqServerModeSource.ExceptionThrown Event

Enables you to manually handle the data source exception.

Namespace : DevExpress.Data.PLinq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public event EventHandler<ServerModeExceptionThrownEventArgs> ExceptionThrown
vb
Public Event ExceptionThrown As EventHandler(Of ServerModeExceptionThrownEventArgs)

Event Data

The ExceptionThrown event's data class is ServerModeExceptionThrownEventArgs. The following properties provide information specific to this event:

PropertyDescription
ExceptionGets the exception that caused the event.

Remarks

The ExceptionThrown event is raised when the data source exception has been thrown. The exception can be obtained via the Exception property.

See Also

PLinqServerModeSource Class

PLinqServerModeSource Members

DevExpress.Data.PLinq Namespace