Skip to main content
A newer version of this page is available. .

LinqServerModeExceptionThrownEventArgs.Exception Property

Gets the database exception.

Namespace: DevExpress.Data.Linq

Assembly: DevExpress.Data.v18.2.dll

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