ReplicationAgentContainerException-Klasse
Die Ausnahme, die ausgelöst wird, wenn ein oder mehrere Fehler von einem verwalteten codebasierten Replikations-Agent generiert werden.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Replication. . :: . .ReplicationAgentException
Microsoft.SqlServer.Replication..::..ReplicationAgentContainerException
Microsoft.SqlServer.Replication. . :: . .ReplicationAgentContainerWithWatsonException
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ReplicationAgentContainerException _
Inherits ReplicationAgentException
'Usage
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
Der ReplicationAgentContainerException-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ReplicationAgentContainerException() () () () | Erstellt eine neue Instanz der ReplicationAgentContainerException-Klasse. | |
ReplicationAgentContainerException(String) | Erstellt eine neue Instanz der ReplicationAgentContainerException-Klasse mit einer angegebenen Fehlermeldung. | |
ReplicationAgentContainerException(SerializationInfo, StreamingContext) | ||
ReplicationAgentContainerException(String, Exception) | Erstellt eine neue Instanz der ReplicationAgentContainerException-Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache für diese Ausnahme bildet. |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Data | (Geerbt von Exception.) | |
ExceptionCollection | Ruft die Auflistung von Ausnahmeobjekten ab, die vom Replikations-Agent zurückgegeben wurden. | |
FlatExceptionCollection | Ruft die Auflistung von Ausnahmeobjekten ab, auf die über die IEnumerable-Schnittstelle zugegriffen wurde. | |
HelpLink | (Geerbt von Exception.) | |
HResult | (Geerbt von Exception.) | |
InnerException | (Geerbt von Exception.) | |
Message | (Geerbt von Exception.) | |
MessageCode | Ruft den Fehlercode des zugrunde liegenden Fehlers ab. (Geerbt von ReplicationAgentException.) | |
Source | (Geerbt von Exception.) | |
StackTrace | (Geerbt von Exception.) | |
TargetSite | (Geerbt von Exception.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetBaseException | (Geerbt von Exception.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | Legt das angegebene SerializationInfo-Objekt mit Informationen zur Ausnahme fest. (Überschreibt ReplicationAgentException. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Geerbt von Exception.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Hinweise
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.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.