Classe OciException
The exception that is thrown when an error is raised by the Oracle Call Interface (OCI).
Hiérarchie d'héritage
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Replication. . :: . .ReplicationAgentException
Microsoft.SqlServer.Replication..::..OciException
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class OciException _
Inherits ReplicationAgentException
'Utilisation
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
Le type OciException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
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. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Data | (hérité de Exception.) | |
HelpLink | (hérité de Exception.) | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Message | (hérité de Exception.) | |
MessageCode | Gets the error code of the underlying error. (hérité de ReplicationAgentException.) | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | Sets the specified SerializationInfo with information about the exception. (hérité de ReplicationAgentException.) | |
GetType | (hérité de Exception.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Exception.) |
Haut de la page
Notes
OCI is used when generating initial snapshot files and to perform other operations at an Oracle Publisher.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.