RegisteredServerException Class
The RegisteredServerException class represents the exception raised when an error occurs during server registration.
Assembly: Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)
System::Exception
System::ApplicationException
Microsoft.SqlServer.Management.Smo.RegSvrEnum::RegisteredServerException
| Name | Description | |
|---|---|---|
![]() | RegisteredServerException() | Initializes a new instance of the RegisteredServerException class. |
![]() | RegisteredServerException(SerializationInfo^, StreamingContext) | Initializes a new instance of the RegisteredServerException class with the specified message and specified inner exception. |
![]() | RegisteredServerException(String^) | Initializes a new instance of the RegisteredServerException class with the specified message. |
![]() | RegisteredServerException(String^, Exception^) | Initializes a new instance of the RegisteredServerException class with the specified message and specified inner exception. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



