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
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。