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

LinqServerModeExceptionThrownEventArgs(Exception) Constructor

Initialize a new instance of the LinqServerModeExceptionThrownEventArgs class.

Namespace: DevExpress.Data.Linq

Assembly: DevExpress.Data.v18.2.dll

Declaration

public LinqServerModeExceptionThrownEventArgs(
    Exception exception
)

Parameters

Name Type Description
exception Exception

The database exception. This value is assigned to the LinqServerModeExceptionThrownEventArgs.Exception property.

See Also