LinqServerModeExceptionThrownEventArgs(Exception) Constructor
Initialize a new instance of the LinqServerModeExceptionThrownEventArgs class.
Namespace: DevExpress.Data.Linq
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
Name | Type | Description |
---|---|---|
exception | Exception | The database exception. This value is assigned to the LinqServerModeExceptionThrownEventArgs.Exception property. |
See Also