指定したエラー メッセージが含まれた NegativeRangeException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Synchronization
アセンブリ: Microsoft.Synchronization (microsoft.synchronization.dll 内)
構文
'宣言
Public Sub New ( _
message As String _
)
'使用
Dim message As String
Dim instance As New NegativeRangeException(message)
public NegativeRangeException (
string message
)
public:
NegativeRangeException (
String^ message
)
public NegativeRangeException (
String message
)
public function NegativeRangeException (
message : String
)
パラメータ
- message
エラーを示すメッセージです。
参照
リファレンス
NegativeRangeException クラス
NegativeRangeException メンバ
Microsoft.Synchronization 名前空間