ArgumentOutOfRangeException constructor
public \Bitrix\Main\ArgumentOutOfRangeException::__construct( string $parameter, null $lowerLimit = null, null $upperLimit = null, \Exception $previous = null );
This non-static method is called when crating a class instance and allows to modify it, when creating an object.
Parameters
Parameter | Description | Version |
---|---|---|
$parameter | Argument that creates an exception. | |
$lowerLimit | Lower limit for possible values or an array of possible values. | |
$upperLimit | Upper limit for possible values. | |
$previous | Previous exception. Used to build chain of exceptions. |
Examples
© «Bitrix24», 2001-2024