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
)
參數
- message
型別:System. . :: . .String
A description of the error.