Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Initializes an instance of the RegisteredServerException class with the specified message.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
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
)
Parameters
- message
Type: System.String
A String value specifying the message for the exception.
See Also
Reference
RegisteredServerException Class