Partager via


DbSyncException constructeur (String)

Initialise une nouvelle instance de la classe DbSyncException à l'aide d'un paramètre de message.

Espace de noms :  Microsoft.Synchronization.Data
Assembly :  Microsoft.Synchronization.Data (dans Microsoft.Synchronization.Data.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
'Utilisation
Dim message As String

Dim instance As New DbSyncException(message)
public DbSyncException(
    string message
)
public:
DbSyncException(
    String^ message
)
new : 
        message:string -> DbSyncException
public function DbSyncException(
    message : String
)

Paramètres

Voir aussi

Référence

DbSyncException Classe

Membres DbSyncException

Surcharge DbSyncException

Espace de noms Microsoft.Synchronization.Data