Конструктор 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
)
Параметры
- message
Тип: System.String
A description of the error.
- innerException
Тип: System.Exception
A wrapped exception from an external component.
См. также
Справочник
ParameterValueOutOfRangeException Класс