ActionOnDataError Enum

Definition

Enumerates all actions that can be taken when handling data errors.

public enum class ActionOnDataError
public enum ActionOnDataError
type ActionOnDataError = 
Public Enum ActionOnDataError
Inheritance
ActionOnDataError

Fields

AcceptCustomErrorBehavior 1

The error is handled using custom user functionality provided by the business logic handler. The custom functionality is then propagated by the replication process.

AcceptDefaultErrorBehavior 0

The error is handled by replication using default error behaviors.

Applies to