ParameterValueOutOfRangeException コンストラクター (String, Exception)
メッセージ パラメータと内部例外パラメータが指定された場合に、ParameterValueOutOfRangeException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)
構文
'宣言
Public Sub New ( _
message As String, _
innerException As Exception _
)
'使用
Dim message As String
Dim innerException As Exception
Dim instance As New ParameterValueOutOfRangeException(message, _
innerException)
public ParameterValueOutOfRangeException(
string message,
Exception innerException
)
public:
ParameterValueOutOfRangeException(
String^ message,
Exception^ innerException
)
new :
message:string *
innerException:Exception -> ParameterValueOutOfRangeException
public function ParameterValueOutOfRangeException(
message : String,
innerException : Exception
)
パラメーター
- message
型: System. . :: . .String
エラーの説明です。
- innerException
型: System. . :: . .Exception
外部コンポーネントからの、ラップされた例外です。