Skip to main content

ServerModeInconsistencyDetectedEventArgs(Exception) Constructor

Initializes a new ServerModeInconsistencyDetectedEventArgs class instance with the specified setting.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v24.1.dll

NuGet Package: DevExpress.Data

Declaration

[Browsable(false)]
public ServerModeInconsistencyDetectedEventArgs(
    Exception message
)

Parameters

Name Type Description
message Exception

A Exception object specifying the exception that caused the event.

See Also