Back to Devexpress

LinqServerModeExceptionThrownEventHandler Delegate

corelibraries-devexpress-dot-data-dot-linq-f1e32521.md

latest1.5 KB
Original Source

LinqServerModeExceptionThrownEventHandler Delegate

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

Namespace : DevExpress.Data.Linq

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
public delegate void LinqServerModeExceptionThrownEventHandler(
    object sender,
    LinqServerModeExceptionThrownEventArgs e
);
vb
Public Delegate Sub LinqServerModeExceptionThrownEventHandler(
    sender As Object,
    e As LinqServerModeExceptionThrownEventArgs
)

Parameters

NameTypeDescription
senderObject

The event source.

| | e | LinqServerModeExceptionThrownEventArgs |

A LinqServerModeExceptionThrownEventArgs object that contains data related to the event.

|

See Also

DevExpress.Data.Linq Namespace