Classe OciException
The exception that is thrown when an error is raised by the Oracle Call Interface (OCI).
Gerarchia di ereditarietà
System.Object
System.Exception
Microsoft.SqlServer.Replication.ReplicationAgentException
Microsoft.SqlServer.Replication.OciException
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class OciException _
Inherits ReplicationAgentException
'Utilizzo
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
Nel tipo OciException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da Exception. | |
HelpLink | Ereditato da Exception. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Ereditato da Exception. | |
MessageCode | Gets the error code of the underlying error. Ereditato da ReplicationAgentException. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Sets the specified SerializationInfo with information about the exception. Ereditato da ReplicationAgentException. | |
GetType | Ereditato da Exception. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Exception. |
In alto
Eventi
Nome | Descrizione | |
---|---|---|
SerializeObjectState | Ereditato da Exception. |
In alto
Osservazioni
OCI is used when generating initial snapshot files and to perform other operations at an Oracle Publisher.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.