SchemaException constructeur (String)

Initialise une nouvelle instance de la classe SchemaException à 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 SchemaException(message)
public SchemaException (
    string message
)
public:
SchemaException (
    String^ message
)
public SchemaException (
    String message
)
public function SchemaException (
    message : String
)

Paramètres

  • message
    Description de l'erreur.

Notes

Voir aussi

Référence

Classe SchemaException
Membres SchemaException
Espace de noms Microsoft.Synchronization.Data