Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The exception that is thrown when an error is raised by the Oracle Call Interface (OCI).
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() | Creates a new instance of the OciException class. |
![]() |
OciException(String) | Creates a new instance of the OciException class with a specified error message. |
![]() |
OciException(SerializationInfo, StreamingContext) | Creates a new instance of the OciException class with serialized data. |
![]() |
OciException(String, Exception) | Creates a new instance of the OciException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
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 | Gets the error code of the underlying error. (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 | Sets the specified SerializationInfo with information about the exception. (Geerbt von ReplicationAgentException.) |
![]() |
GetType | (Geerbt von Exception.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Exception.) |
Zum Anfang
Ereignisse
| Name | Beschreibung | |
|---|---|---|
![]() |
SerializeObjectState | (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.
.gif)
.gif)
.gif)
.gif)