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) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。