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.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public Sub New
'Usage
Dim instance As New RegisteredServerException()
public RegisteredServerException()
public:
RegisteredServerException()
new : unit -> RegisteredServerException
public function RegisteredServerException()
Remarks
The default constructor initializes fields to their default values.
See Also
Reference
RegisteredServerException Class