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.
请参阅
参考
ParameterValueOutOfRangeException 类