Classe RegisteredServerException
The RegisteredServerException enumeration contains values that determine the kind of exception that was generated by the Registered Servers service.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.RegisteredServers.RegisteredServerException
Microsoft.SqlServer.Management.RegisteredServers.InvalidSqlServer2005StoreFormatException
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (em Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class RegisteredServerException _
Inherits SqlServerManagementException
'Uso
Dim instance As RegisteredServerException
[SerializableAttribute]
public class RegisteredServerException : SqlServerManagementException
[SerializableAttribute]
public ref class RegisteredServerException : public SqlServerManagementException
[<SerializableAttribute>]
type RegisteredServerException =
class
inherit SqlServerManagementException
end
public class RegisteredServerException extends SqlServerManagementException
O tipo RegisteredServerException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
RegisteredServerException() | Initializes an instance of the RegisteredServerException class. | |
RegisteredServerException(String) | Initializes an instance of the RegisteredServerException class with the specified message. | |
RegisteredServerException(SerializationInfo, StreamingContext) | Initializes an instance of the RegisteredServerException class with the specified serialized object data and contextual information. | |
RegisteredServerException(String, Exception) | Initializes an instance of the RegisteredServerException class with the specified message and inner exception. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | Gets a String value that has a link to additional information about the exception. (Substitui Exception.HelpLink.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de 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 | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Segurança crítica. (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
Init | Initializes the properties of a RegisteredServerException object | |
MemberwiseClone | (Herdado de Object.) | |
SetHelpContext | Sets the help context for the exception. | |
ToString | (Herdado de Exception.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
SerializeObjectState | (Herdado de Exception.) |
Início
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.