RegisteredServerException Class
The RegisteredServerException enumeration contains values that determine the kind of exception that was generated by the Registered Servers service.
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
System::Exception
Microsoft.SqlServer.Management.Common::SqlServerManagementException
Microsoft.SqlServer.Management.RegisteredServers::RegisteredServerException
Microsoft.SqlServer.Management.RegisteredServers::InvalidSqlServer2005StoreFormatException
| Name | Description | |
|---|---|---|
![]() | RegisteredServerException() | Initializes an instance of the RegisteredServerException class. |
![]() | RegisteredServerException(SerializationInfo^, StreamingContext) | Initializes an instance of the RegisteredServerException class with the specified serialized object data and contextual information. |
![]() | RegisteredServerException(String^) | Initializes an instance of the RegisteredServerException class with the specified message. |
![]() | RegisteredServerException(String^, Exception^) | Initializes an instance of the RegisteredServerException class with the specified message and inner exception. |
| Name | Description | |
|---|---|---|
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | Gets a String value that has a link to additional information about the exception.(Overrides Exception::HelpLink.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() ![]() | ProdVer | Gets a String value that specifies the version of the instance of the Database Engine that raised the exception. |
![]() | RegisteredServerExceptionType | Gets the type of the exception. |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from 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.) |
![]() | Init() | Initializes the properties of a RegisteredServerException object |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetHelpContext(String^) | Sets the help context for the exception. |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





