OciException-Klasse
Die Ausnahme, die ausgelöst wird, wenn von der OCI-Schnittstelle (Oracle Call Interface) ein Fehler ausgelöst wird.
Vererbungshierarchie
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Replication. . :: . .ReplicationAgentException
Microsoft.SqlServer.Replication..::..OciException
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class OciException _
Inherits ReplicationAgentException
'Usage
Dim instance As OciException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class OciException : ReplicationAgentException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class OciException : public ReplicationAgentException
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type OciException =
class
inherit ReplicationAgentException
end
public class OciException extends ReplicationAgentException
Der OciException-Typ macht folgende Elemente verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
OciException() () () () | Erstellt eine neue Instanz der OciException-Klasse. | |
OciException(String) | Erstellt eine neue Instanz der OciException-Klasse mit einer angegebenen Fehlermeldung. | |
OciException(SerializationInfo, StreamingContext) | Erstellt eine neue Instanz der OciException-Klasse mit serialisierten Daten. | |
OciException(String, Exception) | Erstellt eine neue Instanz der OciException-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. (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. (Geerbt von ReplicationAgentException.) | |
GetType | (Geerbt von Exception.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Geerbt von Exception.) |
Zum Anfang
Hinweise
OCI is used when generating initial snapshot files and to perform other operations at an Oracle Publisher.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.