TransferException 建構函式 (SerializationInfo, StreamingContext)
Initializes a new instance of the TransferException class with the specified serialization information and streaming context.
命名空間: Microsoft.SqlServer.Management.Common
組件: Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)
語法
'宣告
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'用途
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New TransferException(info, context)
protected TransferException(
SerializationInfo info,
StreamingContext context
)
protected:
TransferException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> TransferException
protected function TransferException(
info : SerializationInfo,
context : StreamingContext
)
參數
- info
型別:System.Runtime.Serialization.SerializationInfo
A SerializationInfo system object value that specifies the serialization information associated with the exception.
- context
型別:System.Runtime.Serialization.StreamingContext
A StreamingContext system object value that specifies the streaming context associated with the exception.