Compartilhar via


Construtor SyncConstraintConflictNotAllowedException (String)

Inicializa uma nova instância da classe SyncConstraintConflictNotAllowedException que contém a mensagem de erro especificada.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (em microsoft.synchronization.dll)

Sintaxe

'Declaração
Public Sub New ( _
    message As String _
)
'Uso
Dim message As String

Dim instance As New SyncConstraintConflictNotAllowedException(message)
public SyncConstraintConflictNotAllowedException (
    string message
)
public:
SyncConstraintConflictNotAllowedException (
    String^ message
)
public SyncConstraintConflictNotAllowedException (
    String message
)
public function SyncConstraintConflictNotAllowedException (
    message : String
)

Parâmetros

  • message
    A mensagem de erro que indica o motivo da exceção.

Consulte também

Referência

Classe SyncConstraintConflictNotAllowedException
Membros SyncConstraintConflictNotAllowedException
Namespace Microsoft.Synchronization