다음을 통해 공유


SyncConstraintConflictNotAllowedException 클래스

동기화 세션에서 제약 조건 충돌이 발생했지만 충돌이 허용되지 않는 경우 발생하는 예외입니다.

네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.dll의 Microsoft.Synchronization

구문

‘선언
<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

스레드로부터의 안전성

이 유형의 모든 public static(Visual Basic의 경우 Shared ) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

SyncConstraintConflictNotAllowedException 멤버
Microsoft.Synchronization 네임스페이스