|
1C-Bitrix 25.700.0
|
Открытые члены | |
| __construct ($parameter, $lowerLimit=null, $upperLimit=null, \Throwable $previous=null) | |
| getLowerLimitType () | |
| getUpperType () | |
| Открытые члены унаследованные от ArgumentException | |
| __construct ($message="", $parameter="", \Throwable $previous=null) | |
| getParameter () | |
| Открытые члены унаследованные от SystemException | |
| __construct ($message="", $code=0, $file="", $line=0, \Throwable $previous=null) | |
Защищенные данные | |
| $lowerLimit | |
| $upperLimit | |
| Защищенные данные унаследованные от ArgumentException | |
| $parameter | |
Exception is thrown when the value of an argument is outside the allowable range of values.
См. определение в файле ArgumentOutOfRangeException.php строка 8
| __construct | ( | $parameter, | |
| $lowerLimit = null, | |||
| $upperLimit = null, | |||
| \Throwable | $previous = null ) |
Creates new exception object.
| string | $parameter | Argument that generates exception |
| null | $lowerLimit | Either lower limit of the allowable range of values or an array of allowable values |
| null | $upperLimit | Upper limit of the allowable values |
| \Throwable | null | $previous |
См. определение в файле ArgumentOutOfRangeException.php строка 21
| getLowerLimitType | ( | ) |
См. определение в файле ArgumentOutOfRangeException.php строка 50
| getUpperType | ( | ) |
См. определение в файле ArgumentOutOfRangeException.php строка 55
|
protected |
См. определение в файле ArgumentOutOfRangeException.php строка 10
|
protected |
См. определение в файле ArgumentOutOfRangeException.php строка 11