Partager via


RegisteredServerException constructeur (String, Exception)

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

Syntaxe

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

Dim instance As New RegisteredServerException(message, _
    previous)
public RegisteredServerException(
    string message,
    Exception previous
)
public:
RegisteredServerException(
    String^ message, 
    Exception^ previous
)
new : 
        message:string * 
        previous:Exception -> RegisteredServerException
public function RegisteredServerException(
    message : String, 
    previous : Exception
)

Paramètres