RegisteredServerException Constructor (String, Exception)
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (in microsoft.sqlserver.regsvrenum.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
previous As Exception _
)
public RegisteredServerException (
string message,
Exception previous
)
public:
RegisteredServerException (
String^ message,
Exception^ previous
)
public RegisteredServerException (
String message,
Exception previous
)
public function RegisteredServerException (
message : String,
previous : Exception
)
Parameters
- message
- previous
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