Skip to main content
A newer version of this page is available. .

LinqServerModeExceptionThrownEventHandler Delegate

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

Namespace: DevExpress.Data.Linq

Assembly: DevExpress.Data.v19.1.dll

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