次の方法で共有


ParameterValueOutOfRangeException コンストラクター (String, Exception)

Initializes a new instance of the ParameterValueOutOfRangeException class when given message and inner exception parameters.

名前空間:  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
)

パラメーター

  • innerException
    型: System.Exception
    A wrapped exception from an external component.

関連項目

参照

ParameterValueOutOfRangeException クラス

ParameterValueOutOfRangeException オーバーロード

Microsoft.SqlServer.Replication 名前空間