Skip to main content

LinqServerModeExceptionThrownEventArgs(Exception) Constructor

Initialize a new instance of the LinqServerModeExceptionThrownEventArgs class.

Namespace: DevExpress.Data.Linq

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

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