Поделиться через


Конструктор OciException (SerializationInfo, StreamingContext)

Creates a new instance of the OciException class with serialized data.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)

Синтаксис

'Декларация
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
'Применение
Dim info As SerializationInfo
Dim context As StreamingContext

Dim instance As New OciException(info, context)
protected OciException(
    SerializationInfo info,
    StreamingContext context
)
protected:
OciException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> OciException
protected function OciException(
    info : SerializationInfo, 
    context : StreamingContext
)

Параметры

Замечания

This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.