共用方式為


ParameterValueOutOfRangeException 建構函式 (String)

Initializes a new instance of the ParameterValueOutOfRangeException class when given a message parameter.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Replication (在 Microsoft.SqlServer.Replication.dll 中)

語法

'宣告
Public Sub New ( _
    message As String _
)
'用途
Dim message As String 

Dim instance As New ParameterValueOutOfRangeException(message)
public ParameterValueOutOfRangeException(
    string message
)
public:
ParameterValueOutOfRangeException(
    String^ message
)
new : 
        message:string -> ParameterValueOutOfRangeException
public function ParameterValueOutOfRangeException(
    message : String
)

參數

請參閱

參考

ParameterValueOutOfRangeException 類別

ParameterValueOutOfRangeException 多載

Microsoft.SqlServer.Replication 命名空間