Compartir a través de


Clase ReplicationAgentContainerWithWatsonException

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents the exception that is thrown when one or more errors are generated by a managed code-based replication agent using Watson.

Jerarquía de herencia

System.Object
  System.Exception
    Microsoft.SqlServer.Replication.ReplicationAgentException
      Microsoft.SqlServer.Replication.ReplicationAgentContainerException
        Microsoft.SqlServer.Replication.ReplicationAgentContainerWithWatsonException

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

Sintaxis

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

El tipo ReplicationAgentContainerWithWatsonException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ReplicationAgentContainerWithWatsonException() Initializes a new instance of the ReplicationAgentContainerWithWatsonException class.
Método público ReplicationAgentContainerWithWatsonException(String) Initializes a new instance of the ReplicationAgentContainerWithWatsonException class with specified message.
Método público ReplicationAgentContainerWithWatsonException(String, Exception) Initializes a new instance of the ReplicationAgentContainerWithWatsonException class with specified message and inner exception.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública ExceptionCollection Gets the collection of exception objects returned by the replication agent. (Se hereda de ReplicationAgentContainerException.)
Propiedad pública FlatExceptionCollection Gets the collection of exception objects accessed using the IEnumerable interface. (Se hereda de ReplicationAgentContainerException.)
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 MessageCode Gets the error code of the underlying error. (Se hereda de ReplicationAgentException.)
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 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. (Se hereda de ReplicationAgentContainerException.)
Método público GetType (Se hereda de Exception.)
Método público ToString (Se hereda de Exception.)

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