Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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
- message
Tipo: System.String
A String value specifying the message for the exception.
- innerException
Tipo: System.Exception
A Exception object specifying the inner exception.
Consulte também
Referência
RegisteredServerException Classe