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

ServerModeInconsistencyDetectedEventArgs(Exception) Constructor

Initializes a new ServerModeInconsistencyDetectedEventArgs class instance with the specified setting.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v19.2.dll

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