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.