Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the RegisteredServerException class with the specified message and specified inner exception.
Espace de noms : Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly : Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)
Syntaxe
'Déclaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Utilisation
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New RegisteredServerException(info, context)
protected RegisteredServerException(
SerializationInfo info,
StreamingContext context
)
protected:
RegisteredServerException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> RegisteredServerException
protected function RegisteredServerException(
info : SerializationInfo,
context : StreamingContext
)
Paramètres
- info
Type : System.Runtime.Serialization.SerializationInfo
A SerializationInfo value system object that specifies the serialization information for the Registered Server exception.
- context
Type : System.Runtime.Serialization.StreamingContext
An StreamingContext object that specifies the streaming context for the Registered Server exception.
Voir aussi
Référence
RegisteredServerException Classe
Surcharge RegisteredServerException
Espace de noms Microsoft.SqlServer.Management.Smo.RegSvrEnum