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