OSException 构造函数 (SerializationInfo, StreamingContext)

Creates a new instance of the OSException 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 OSException(info, context)
protected OSException(
    SerializationInfo info,
    StreamingContext context
)
protected:
OSException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> OSException
protected function OSException(
    info : SerializationInfo, 
    context : StreamingContext
)

参数

注释

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

请参阅

参考

OSException 类

OSException 重载

Microsoft.SqlServer.Replication 命名空间