共用方式為


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 命名空間