ReplicationAgentException-Klasse
Die Basisausnahmeklasse für während der Replikations-Agent-Ausführung generierte Ausnahmen.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Replication..::..ReplicationAgentException
Microsoft.SqlServer.Replication. . :: . .ConnectionFailureException
Microsoft.SqlServer.Replication. . :: . .FciException
Microsoft.SqlServer.Replication. . :: . .NativeSqlConnectionException
Microsoft.SqlServer.Replication. . :: . .OciException
Microsoft.SqlServer.Replication. . :: . .OSException
Microsoft.SqlServer.Replication. . :: . .ParameterValueOutOfRangeException
Microsoft.SqlServer.Replication. . :: . .PasswordWriteOnlyException
Microsoft.SqlServer.Replication. . :: . .ReplicationAgentContainerException
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class ReplicationAgentException _
Inherits Exception
'Usage
Dim instance As ReplicationAgentException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class ReplicationAgentException : Exception
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class ReplicationAgentException : public Exception
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type ReplicationAgentException =
class
inherit Exception
end
public class ReplicationAgentException extends Exception
Der ReplicationAgentException-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
ReplicationAgentException() () () () | Erstellt eine neue Instanz der ReplicationAgentException-Klasse. | |
ReplicationAgentException(String) | Erstellt eine neue Instanz der ReplicationAgentException-Klasse mit einer angegebenen Fehlermeldung. | |
ReplicationAgentException(SerializationInfo, StreamingContext) | Erstellt eine neue Instanz der ReplicationAgentException-Klasse mit serialisierten Daten. | |
ReplicationAgentException(String, Exception) | Erstellt eine neue Instanz der ReplicationAgentException-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.) | |
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. | |
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 Exception. . :: . .GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Geerbt von Exception.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.