RegisteredServerException Class

The RegisteredServerException class represents the exception raised when an error occurs during server registration.

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class RegisteredServerException
    Inherits ApplicationException
[SerializableAttribute] 
public class RegisteredServerException : ApplicationException
[SerializableAttribute] 
public ref class RegisteredServerException : public ApplicationException
/** @attribute SerializableAttribute() */ 
public class RegisteredServerException extends ApplicationException
SerializableAttribute 
public class RegisteredServerException extends ApplicationException

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Inheritance Hierarchy

System.Object
   System.Exception
     System.ApplicationException
      Microsoft.SqlServer.Management.Smo.RegSvrEnum.RegisteredServerException

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

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 Members
Microsoft.SqlServer.Management.Smo.RegSvrEnum Namespace