Clase RegisteredServerException
The RegisteredServerException class represents the exception raised when an error occurs during server registration.
Jerarquía de herencia
System.Object
System.Exception
System.ApplicationException
Microsoft.SqlServer.Management.Smo.RegSvrEnum.RegisteredServerException
Espacio de nombres: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Ensamblado: Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Class RegisteredServerException _
Inherits ApplicationException
'Uso
Dim instance As RegisteredServerException
[SerializableAttribute]
public class RegisteredServerException : ApplicationException
[SerializableAttribute]
public ref class RegisteredServerException : public ApplicationException
[<SerializableAttribute>]
type RegisteredServerException =
class
inherit ApplicationException
end
public class RegisteredServerException extends ApplicationException
El tipo RegisteredServerException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
RegisteredServerException() | Initializes a new instance of the RegisteredServerException class. | |
RegisteredServerException(String) | Initializes a new instance of the RegisteredServerException class with the specified message. | |
RegisteredServerException(SerializationInfo, StreamingContext) | Initializes a new instance of the RegisteredServerException class with the specified message and specified inner exception. | |
RegisteredServerException(String, Exception) | Initializes a new instance of the RegisteredServerException class with the specified message and specified inner exception. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception.) | |
HelpLink | (Se hereda de Exception.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de Exception.) | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | Importante para la seguridad. (Se hereda de Exception.) | |
GetType | (Se hereda de Exception.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Exception.) |
Arriba
Eventos
Nombre | Descripción | |
---|---|---|
SerializeObjectState | (Se hereda de Exception.) |
Arriba
Comentarios
Thread Safety
Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.RegSvrEnum