Skip to main content

LinqServerModeExceptionThrownEventArgs.Exception Property

Gets the database exception.

Namespace: DevExpress.Data.Linq

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

public Exception Exception { get; }

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