シリアル化されたデータを使用して NegativeRangeException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Synchronization
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)
構文
'宣言
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'使用
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New NegativeRangeException(info, context)
protected NegativeRangeException (
SerializationInfo info,
StreamingContext context
)
protected:
NegativeRangeException (
SerializationInfo^ info,
StreamingContext context
)
protected NegativeRangeException (
SerializationInfo info,
StreamingContext context
)
protected function NegativeRangeException (
info : SerializationInfo,
context : StreamingContext
)
パラメータ
- info
スローされた例外についての、シリアル化されたオブジェクトのデータを保持する SerializationInfo オブジェクトです。
- context
同期元または同期先についてのコンテキスト情報が含まれた StreamingContext オブジェクトです。
参照
リファレンス
NegativeRangeException クラス
NegativeRangeException メンバ
Microsoft.Synchronization 名前空間