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
)
参数
- info
类型:System.Runtime.Serialization.SerializationInfo
The object that holds the serialized object data.
- context
类型:System.Runtime.Serialization.StreamingContext
The contextual information about the source or destination.
注释
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream.