Share via


RegisteredServerException Constructor (String)

Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (in microsoft.sqlserver.regsvrenum.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public RegisteredServerException (
    string message
)
public:
RegisteredServerException (
    String^ message
)
public RegisteredServerException (
    String message
)
public function RegisteredServerException (
    message : String
)

Parameters

  • message

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

RegisteredServerException Class
RegisteredServerException Members
Microsoft.SqlServer.Management.Smo.RegSvrEnum Namespace