Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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