Bitrix-D7
20.0.0
|
Открытые члены | |
__construct ($message="", $databaseMessage="", \Exception $previous=null) | |
getDatabaseMessage () | |
Returns database specific message provided to the constructor. Подробнее... | |
![]() | |
__construct ($message="", $code=0, $file="", $line=0, \Exception $previous=null) | |
Creates new exception object. Подробнее... | |
Защищенные данные | |
$databaseMessage | |
См. определение в файле main/lib/db/exception.php строка 10
__construct | ( | $message = "" , |
|
$databaseMessage = "" , |
|||
\Exception | $previous = null |
||
) |
string | $message | Application message. |
string | $databaseMessage | Database reason. |
\Exception | $previous | The previous exception used for the exception chaining. |
Переопределяется в ConnectionException и SqlException.
См. определение в файле main/lib/db/exception.php строка 20
getDatabaseMessage | ( | ) |
Returns database specific message provided to the constructor.
См. определение в файле main/lib/db/exception.php строка 37
|
protected |
См. определение в файле main/lib/db/exception.php строка 13