LoggedConflict::ConflictReason Property

Gets the reason the conflict occurred, when this conflict is a constraint conflict.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property ConstraintConflictReason ConflictReason {
	ConstraintConflictReason get ();
}

Property Value

Type: Microsoft.Synchronization::ConstraintConflictReason
The reason the conflict occurred, when this conflict is a constraint conflict.

ExceptionCondition
InvalidOperationException

This conflict is not a constraint conflict.

Show: