DbVersionException constructeur (String, Exception)
Initialise une nouvelle instance de la classe DbVersionException avec le message spécifié et une référence à l'exception interne ayant provoqué cette exception.
Espace de noms : Microsoft.Synchronization.Data
Assembly : Microsoft.Synchronization.Data (dans Microsoft.Synchronization.Data.dll)
Syntaxe
'Déclaration
Public Sub New ( _
message As String, _
inner As Exception _
)
'Utilisation
Dim message As String
Dim inner As Exception
Dim instance As New DbVersionException(message, _
inner)
public DbVersionException(
string message,
Exception inner
)
public:
DbVersionException(
String^ message,
Exception^ inner
)
new :
message:string *
inner:Exception -> DbVersionException
public function DbVersionException(
message : String,
inner : Exception
)
Paramètres
- message
Type : System. . :: . .String
Message de l'exception.
- inner
Type : System. . :: . .Exception
Instance d'exception qui a provoqué l'exception actuelle, ou une nullNothingnullptrunitune référence Null (Nothing dans Visual Basic) lorsqu'aucune exception interne n'est spécifiée.