Skip to main content

LinqServerModeExceptionThrownEventHandler Delegate

Represents a method that will handle the LinqServerModeSource.ExceptionThrown event.

Namespace: DevExpress.Data.Linq

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public delegate void LinqServerModeExceptionThrownEventHandler(
    object sender,
    LinqServerModeExceptionThrownEventArgs e
);

Parameters

Name Type Description
sender Object

The event source.

e LinqServerModeExceptionThrownEventArgs

A LinqServerModeExceptionThrownEventArgs object that contains data related to the event.

See Also