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 | |
---|---|---|
ReplicationAgentContainerWithWatsonException() | Initializes a new instance of the ReplicationAgentContainerWithWatsonException class. | |
ReplicationAgentContainerWithWatsonException(String) | Initializes a new instance of the ReplicationAgentContainerWithWatsonException class with specified message. | |
ReplicationAgentContainerWithWatsonException(String, Exception) | Initializes a new instance of the ReplicationAgentContainerWithWatsonException class with specified message and inner exception. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Data | (Se hereda de Exception.) | |
ExceptionCollection | Gets the collection of exception objects returned by the replication agent. (Se hereda de ReplicationAgentContainerException.) | |
FlatExceptionCollection | Gets the collection of exception objects accessed using the IEnumerable interface. (Se hereda de ReplicationAgentContainerException.) | |
HelpLink | (Se hereda de Exception.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de Exception.) | |
MessageCode | Gets the error code of the underlying error. (Se hereda de ReplicationAgentException.) | |
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.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | Sets the specified SerializationInfo with information about the exception. (Se hereda de ReplicationAgentContainerException.) | |
GetType | (Se hereda de Exception.) | |
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.