Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Initializes an instance of the RegisteredServerException class with the specified message.
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 _
)
'Uso
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
)
Parâmetros
- message
Tipo: System.String
A String value specifying the message for the exception.
Consulte também
Referência
RegisteredServerException Classe