次の方法で共有


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.

関連項目

参照

OciException クラス

OciException オーバーロード

Microsoft.SqlServer.Replication 名前空間