Compartir a través de


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
Método público RegisteredServerException() Initializes a new instance of the RegisteredServerException class.
Método público RegisteredServerException(String) Initializes a new instance of the RegisteredServerException class with the specified message.
Método protegido RegisteredServerException(SerializationInfo, StreamingContext) Initializes a new instance of the RegisteredServerException class with the specified message and specified inner exception.
Método público RegisteredServerException(String, Exception) Initializes a new instance of the RegisteredServerException class with the specified message and specified inner exception.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública HelpLink (Se hereda de Exception.)
Propiedad pública HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message (Se hereda de Exception.)
Propiedad pública Source (Se hereda de Exception.)
Propiedad pública StackTrace (Se hereda de Exception.)
Propiedad pública TargetSite (Se hereda de Exception.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetBaseException (Se hereda de Exception.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData Importante para la seguridad. (Se hereda de Exception.)
Método público GetType (Se hereda de Exception.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Exception.)

Arriba

Eventos

  Nombre Descripción
Evento protegido 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