SfcObjectNotFoundException コンストラクター (SerializationInfo, StreamingContext)
シリアル化された情報を使用して、SfcObjectNotFoundException クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'使用
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New SfcObjectNotFoundException(info, context)
protected SfcObjectNotFoundException(
SerializationInfo info,
StreamingContext context
)
protected:
SfcObjectNotFoundException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> SfcObjectNotFoundException
protected function SfcObjectNotFoundException(
info : SerializationInfo,
context : StreamingContext
)
パラメーター
- info
型: System.Runtime.Serialization.SerializationInfo
シリアル化されたデータ オブジェクトを保持する SerializationInfo です。
- context
型: System.Runtime.Serialization.StreamingContext
ソースに関するコンテキスト情報を含む StreamingContext です。
関連項目
参照
SfcObjectNotFoundException クラス