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

ServerModeInconsistencyDetectedEventArgs.Message Property

Gets the exception that caused the event.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v18.2.dll

Declaration

[Browsable(false)]
public Exception Message { get; }

Property Value

Type Description
Exception

A Exception object representing the exception that caused the event.

See Also