SyncConstraintConflictNotAllowedException 类

当在同步会话中遇到约束冲突,但不允许冲突时,将引发此异常。

命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization(在 microsoft.synchronization.dll 中)

语法

声明
<SerializableAttribute> _
Public Class SyncConstraintConflictNotAllowedException
    Inherits SyncException
用法
Dim instance As SyncConstraintConflictNotAllowedException
[SerializableAttribute] 
public class SyncConstraintConflictNotAllowedException : SyncException
[SerializableAttribute] 
public ref class SyncConstraintConflictNotAllowedException : public SyncException
/** @attribute SerializableAttribute() */ 
public class SyncConstraintConflictNotAllowedException extends SyncException
SerializableAttribute 
public class SyncConstraintConflictNotAllowedException extends SyncException

继承层次结构

System.Object
   System.Exception
     Microsoft.Synchronization.SyncException
      Microsoft.Synchronization.SyncConstraintConflictNotAllowedException

线程安全

此类型的所有公共静态(在 Visual Basic 中共享 )成员都是线程安全的。不保证任何实例成员的线程安全。

请参阅

参考

SyncConstraintConflictNotAllowedException 成员
Microsoft.Synchronization 命名空间