Classe ReplicationAgentContainerException
The exception that is thrown when one or more errors are generated by a managed code-based replication agent.
Hierarquia de herança
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Replication. . :: . .ReplicationAgentException
Microsoft.SqlServer.Replication..::..ReplicationAgentContainerException
Microsoft.SqlServer.Replication. . :: . .ReplicationAgentContainerWithWatsonException
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (em Microsoft.SqlServer.Replication.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ReplicationAgentContainerException _
Inherits ReplicationAgentException
'Uso
Dim instance As ReplicationAgentContainerException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class ReplicationAgentContainerException : ReplicationAgentException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ReplicationAgentContainerException : public ReplicationAgentException
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ReplicationAgentContainerException =
class
inherit ReplicationAgentException
end
public class ReplicationAgentContainerException extends ReplicationAgentException
O tipo ReplicationAgentContainerException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ReplicationAgentContainerException() () () () | Creates a new instance of the ReplicationAgentContainerException class. | |
ReplicationAgentContainerException(String) | Creates a new instance of the ReplicationAgentContainerException class with a specified error message. | |
ReplicationAgentContainerException(SerializationInfo, StreamingContext) | ||
ReplicationAgentContainerException(String, Exception) | Creates a new instance of the ReplicationAgentContainerException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
ExceptionCollection | Gets the collection of exception objects returned by the replication agent. | |
FlatExceptionCollection | Gets the collection of exception objects accessed using the IEnumerable interface. | |
HelpLink | (Herdado de Exception.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
MessageCode | Gets the error code of the underlying error. (Herdado de ReplicationAgentException.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Sets the specified SerializationInfo with information about the exception. (Substitui ReplicationAgentException. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Exception.) |
Início
Comentários
The ReplicationAgentContainerException class contains a collection of underlying errors collected by an agent.
This exception is thrown when errors are encountered by the Snapshot Agent.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.