Classe ReplicationAgentContainerException
The exception that is thrown when one or more errors are generated by a managed code-based replication agent.
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Replication. . :: . .ReplicationAgentException
Microsoft.SqlServer.Replication..::..ReplicationAgentContainerException
Microsoft.SqlServer.Replication. . :: . .ReplicationAgentContainerWithWatsonException
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ReplicationAgentContainerException _
Inherits ReplicationAgentException
'Utilizzo
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
Nel tipo ReplicationAgentContainerException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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 alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da 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 | Ereditato da Exception. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Ereditato da Exception. | |
MessageCode | Gets the error code of the underlying error. Ereditato da ReplicationAgentException. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Sets the specified SerializationInfo with information about the exception. Esegue l'override di ReplicationAgentException. . :: . .GetObjectData(SerializationInfo, StreamingContext). | |
GetType | Ereditato da Exception. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Exception. |
In alto
Osservazioni
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.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.