Partilhar via


Construtor RegisteredServerException (String, Exception)

Initializes an instance of the RegisteredServerException class with the specified message and inner exception.

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)

Sintaxe

'Declaração
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Uso
Dim message As String 
Dim innerException As Exception 

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

Parâmetros

Consulte também

Referência

RegisteredServerException Classe

Sobrecarregado RegisteredServerException

Namespace Microsoft.SqlServer.Management.RegisteredServers