WcfServerModeSource.InconsistencyDetected Event
Occurs when an inconsistency has been detected during an operation on a data source.
Namespace: DevExpress.Data.WcfLinq
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Event Data
The InconsistencyDetected event's data class is ServerModeInconsistencyDetectedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Handled | Gets or sets a value that indicates whether the event handler has completely handled the event or whether the system should continue its own processing. Inherited from HandledEventArgs. |
Message | Gets the exception that caused the event. |
Remarks
Set the Handled property to true, to manually handle the error. Otherwise, the data will be reloaded from the data source.
See Also