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
[<SerializableAttribute>]
type SyncConstraintConflictNotAllowedException =  
    class
        inherit SyncException
    end
public class SyncConstraintConflictNotAllowedException extends SyncException

继承层次结构

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

线程安全

此类型的所有公共成员static(在 Visual Basic 中为 Shared) 都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

SyncConstraintConflictNotAllowedException 成员

Microsoft.Synchronization 命名空间