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
)

参数