LinqServerModeExceptionThrownEventArgs.Exception Property
Gets the database exception.
Namespace: DevExpress.Data.Linq
Assembly: DevExpress.Data.v26.1.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Exception | The database exception. |
Remarks
The LinqServerModeSource.ExceptionThrown event is raised when the database exception has been thrown. The exception can be obtained via the Exception property.
See Also