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

ServerModeExceptionThrownEventArgs(Exception) Constructor

Initializes a new ServerModeExceptionThrownEventArgs class instance with the specified setting.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public ServerModeExceptionThrownEventArgs(
    Exception exception
)

Parameters

Name Type Description
exception Exception

A Exception object specifying the exception that caused the event.

See Also