Compartir a través de


Clase ComErrorException

The exception that is thrown when a general error is raised by a replication agent.

Jerarquía de herencia

System.Object
  System.Exception
    System.SystemException
      System.Runtime.InteropServices.ExternalException
        System.Runtime.InteropServices.COMException
          Microsoft.SqlServer.Replication.ComErrorException

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public NotInheritable Class ComErrorException _
    Inherits COMException
'Uso
Dim instance As ComErrorException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public sealed class ComErrorException : COMException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ComErrorException sealed : public COMException
[<SealedAttribute>]
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ComErrorException =  
    class 
        inherit COMException 
    end
public final class ComErrorException extends COMException

El tipo ComErrorException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ComErrorException() Initializes a new instance of the ComErrorException class.
Método público ComErrorException(String) Initializes a new instance of the ComErrorException class with a specified error message.
Método público ComErrorException(String, Exception) Initializes a new instance of the ComErrorException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Método público ComErrorException(Int32, String, Int32, String, String, Guid, String) Initializes a new instance of the ComErrorException class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ComHResult Gets the error code (HRESULT) value associated with this exception.
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública Description Gets a description of the error.
Propiedad pública ErrorCode (Se hereda de ExternalException.)
Propiedad pública ErrorMessage Gets the error message string.
Propiedad pública HelpContext Gets the context of a topic in a Help file.
Propiedad pública HelpFile Gets the fully qualified path to a Help file.
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 InterfaceId Gets the identifier of the COM interface that is the source of the error.
Propiedad pública Message (Se hereda de Exception.)
Propiedad pública Source Gets the name of the object or application that is the source of the error. (Invalida Exception.Source.)
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 público GetBaseException (Se hereda de Exception.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData Sets the specified SerializationInfo with information about the exception. (Invalida Exception.GetObjectData(SerializationInfo, StreamingContext).)
Método público GetType (Se hereda de Exception.)
Método público ToString (Se hereda de COMException.)

Arriba

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.Replication