LinqServerModeExceptionThrownEventHandler Delegate
In This Article
Represents a method that will handle the LinqServerModeSource.ExceptionThrown event.
Namespace: DevExpress.Data.Linq
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
#Declaration
public delegate void LinqServerModeExceptionThrownEventHandler(
object sender,
LinqServerModeExceptionThrownEventArgs e
);
#Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | Linq |
A Linq |
See Also