Compartir a través de


SyncConstraintConflictNotAllowedException Constructor (String)

Inicializa una nueva instancia de la clase SyncConstraintConflictNotAllowedException que contiene el mensaje de error especificado.

Espacio de nombres: Microsoft.Synchronization
Ensamblado: Microsoft.Synchronization (en microsoft.synchronization.dll)

Sintaxis

'Declaración
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
    Mensaje de error que expone el motivo de la excepción.

Vea también

Referencia

SyncConstraintConflictNotAllowedException Clase
SyncConstraintConflictNotAllowedException Miembros
Microsoft.Synchronization Espacio de nombres