Partager via


Constructeur RegisteredServerException (String)

Initializes a new instance of the RegisteredServerException class with the specified message.

Espace de noms :  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly :  Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)

Syntaxe

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

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

Paramètres

  • message
    Type : System.String
    A String value that specifies the message string for the Registered Server exception.

Voir aussi

Référence

RegisteredServerException Classe

Surcharge RegisteredServerException

Espace de noms Microsoft.SqlServer.Management.Smo.RegSvrEnum