What is the translation of " ERROR EXCEPTION " in Russian?

['erər ik'sepʃn]
['erər ik'sepʃn]
исключение error
error exception

Examples of using Error exception in English and their translations into Russian

{-}
  • Official category close
  • Colloquial category close
Now, this warning has been promoted to an Error exception.
Теперь же, вместо предупреждения будет вызываться исключение класса Error.
Error: Exception reading manifest: the manifest may not be valid or the file could not be opened Microsoft Office Customization Installer.
Ошибка: Исключение чтения манифеста: возможно манифест неправильный или файл не может быть открыт Установщик настройки Microsoft Office.
In the next major version of PHP, they will generate Error exceptions.
В следующей основной версии PHP они будут генерировать исключения Error.
In the Zip extension, the ZipArchive:: addGlob() method will now throw an Error exception instead of resulting in a fatal error if glob support is not available.
В расширении Zip метод ZipArchive:: addGlob() будет выбрасывать исключение Error вместо вызова фатальной ошибки, если отсутствует поддержка glob.
Similarly, calling forward_static_call()outside of a class scope will now throw an Error exception.
Аналогично, вызов forward_ static_ call()за пределами пространства класса будет выбрасывать исключение Error.
In the Mcrypt extension, the mcrypt_encrypt() and mcrypt_decrypt()will now throw an Error exception instead of resulting in a fatal error if mcrypt cannot be initialized.
В расширении Mcrypt mcrypt_ encrypt() и mcrypt_ decrypt()теперь будет выбрасывать исключение Error вместо вызова фатальной ошибки, если mcrypt не инициализирован.
Similarly, calling ArrayIterator:: append() when iterating over an object will also now throw an Error exception.
Аналогично, вызов ArrayIterator:: append() когда итерация объекта закончена будет выбрасывать исключение Error.
These error exceptions inherit from the Error class, which itself implements the Throwable interface the new base interface all exceptions inherit.
Эти исключения наследуют класс Error, который, в свою очередь, реализует интерфейс Throwable новый базовый интерфейс, который наследуют все исключения..
Causing new fatal errors for uncaught Error exceptions.
Порождая новые фатальные ошибки из-за неперехваченных исключений класса Error.
In the DBA extension,data modification functions(such as dba_insert()) will now throw an Error exception instead of triggering a catchable fatal error if the key does not contain exactly two elements.
В расширении DBA функции манипулирования данными( такие как dba_ insert())теперь будут выбрасывать исключение Error вместо вызова отлавливаемой фатальной ошибки если ключ не содержит ровно двух элементов.
Similarly, attempting to register a node class that does not extend the appropriate base class, or attempting to read an invalid property orwrite to a readonly property, will also now throw an Error exception.
Аналогичным образом, попытки зарегистрировать класс узла, который не расширяет правильный базовый класс, попытки прочитать некорректное свойство илиперезаписать свойство доступное только для чтения будут выбрасывать исключение Error.
In the IMAP extension, email addresses longer than 16385 bytes will throw an Error exception instead of resulting in a fatal error..
В расширение IMAP адрес email длиннее 16385 байт теперь будет выбрасывать исключение Error вместо вызова фатальной ошибки.
The scripting language supports variables, functions, branching(if-then-else), loops(while, do, for, and foreach),structured error/exception handling and closures/lambda expressions, as well as integration with. NET. Variables in PowerShell scripts are prefixed with.
Язык сценариев поддерживает переменные, функции, конструкции ветвления( if- then- else) циклы( while, do, for и foreach),структурированную обработку ошибок и множество других возможностей, включая интеграцию с. NET. Переменные в PowerShell обозначаются префиксом$ перед именем; им может быть присвоено любое значение.
In the Reflection extension, failing to retrieve a reflection object orretrieve an object property will now throw an Error exception instead of resulting in a fatal error..
В расширении Reflection неудачноеизвлечение отраженного объекта или свойства объекта будут выбрасывать исключение Error вместо вызова фатальной ошибки.
In the Session extension, custom session handlers that do not return strings for session IDs will now throw an Error exception instead of resulting in a fatal error when a function is called that must generate a session ID.
В расширении сессий пользовательские обработчики сессии, которые не возвращают строку для идентификатора сессии, будут выбрасывать исключение Error вместо вызова фатальной ошибки, когда будет вызвана функция для генерации идентификатора.
In the SPL extension, attempting to clone an SplDirectory object will now throw an Error exception instead of resulting in a fatal error..
В расширении SPL попытка клонировать объект SplDirectory будет выбрасывать исключение Error вместо вызова фатальной ошибки.
In the WDDX extension, a circular reference when serializing will now throw an Error exception instead of resulting in a fatal error..
В расширении WDDX циклические ссылки при сериализации будут выбрасывать исключение Error вместо вызова фатальной ошибки.
In the XML-RPC extension, a circular reference when serializing will now throw an instance of Error exception instead of resulting in a fatal error..
В расширении XML- RPC циклические ссылки при сериализации будут выбрасывать исключение Error вместо вызова фатальной ошибки.
In the DOM extension, invalid schema orRelaxNG validation contexts will now throw an Error exception instead of resulting in a fatal error..
В расширении DOM некорректнаяпроверка контекста схемы или RelaxNG теперь будут выбрасывать исключение Error вместо вызова фатальной ошибки.
In the SimpleXML extension, creating an unnamed orduplicate attribute will now throw an Error exception instead of resulting in a fatal error..
В расширении SimpleXML попытка создания безымянного либодублирующего атрибута будет выбрасывать исключение Error вместо вызова фатальной ошибки.
In the LDAP extension, providing an unknown modification type to ldap_batch_modify()will now throw an Error exception instead of resulting in a fatal error..
Расширение LDAP при указании неизвестного типа модификации в ldap_ batch_ modify()теперь будет выбрасывать исключение Error вместо вызова фатальной ошибки.
In the mysqli extension, attempting to read an invalid property orwrite to a readonly property will now throw an Error exception instead of resulting in a fatal error..
В расширении mysqli попытки прочитать некорректное свойство илиперезаписать свойство доступное только для чтения будут выбрасывать исключение Error вместо вызова фатальной ошибки.
In the Date extension, invalid serialization data for DateTime or DatePeriod classes, or timezone initialization failure from serialized data,will now throw an Error exception from the__wakeup() or__set_state() methods, instead of resulting in a fatal error.
Для расширения Date при некорректных данных сериализации классов DateTime или DatePeriod, или ошибки инициализации временнойзоны из сериализованных данных, будет выбрасываться исключение Error из методов__ wakeup() или__ set_ state(), вместо вызова фатальной ошибки.
In case of error, the kernel must throw an exception that looks like or is derived from std:: runtime error.
В случае произвольной ошибки ядро должно« выбросить» исключение типа std:: runtime_ error или его наследника, которое будет перехвачено и заново« выброшено» в основном потоке.
Changes to error and exception handling.
Изменения в обработке ошибок и исключений.
Fixed installer error that displayed'External exception E06D7363.
Устранена ошибка установщика, при которой отображалось сообщение« External exception E06D7363» Внешнее исключение E06D7363.
Andy Lutomirski discovered that KVM is prone to an incorrect debug exception( DB) error occurring while emulating a syscall instruction.
Энди Лутомирски обнаружил, что KVM может выдавать ошибку из-за некорректного отладочного исключения( DB), возникающую во время эмуляции инструкции системного вызова.
If an exception is not caught, a PHP Fatal Error will be issued with an" Uncaught Exception..
Если исключение не будет перехвачено, PHP выдаст фатальную ошибку:" Uncaught Exception.
In this case, two more elements- A& B- are added and they overwrite the 3& 4: Alternatively,the routines that manage the buffer could prevent overwriting the data and return an error or raise an exception.
В нашем случае, добавляя элементы A и B, мы перезапишем 3 и 4: В другом варианте реализации процедуры,обслуживающие буфер, могут предотвратить перезапись данных и вернуть ошибку или выбросить исключение.
An optional details property is an array that containsfurther technical information about the error, such as exceptions, error events and the like.
Дополнительное свойство details- это массив,содержащий дополнительную техническую информацию об ошибке, такую как исключения, события ошибок и т. п.
Results: 142, Time: 0.0364

Word-for-word translation

Top dictionary queries

English - Russian