Конструктор 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.