Класс OciException
The exception that is thrown when an error is raised by the Oracle Call Interface (OCI).
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)
Синтаксис
'Декларация
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class OciException _
Inherits ReplicationAgentException
'Применение
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
Замечания
OCI is used when generating initial snapshot files and to perform other operations at an Oracle Publisher.
Иерархия наследования
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Replication. . :: . .ReplicationAgentException
Microsoft.SqlServer.Replication..::..OciException
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.