English | Ukrainian |
fail fast exception | виняток із негайним завершенням роботи (An exception that cannot be caught by any exception handler and that immediately causes the application to terminate and launch error reporting) |
kernel exception signature | контекст винятку ядра (The exception code, exception parameters, and operating system version (including build number and Service Pack version)) |
kernel mode exception | виняток ядра (An exception that occurs while the operating system is executing internal code (in drivers, the kernel, etc)) |
unhandled exception | необроблена виняткова ситуація (" An exception that was identified with a "try catch or finally block" structure or that occurred outside this structure but was not caught by any structured error handler. "Dr. Watson" errors are examples.") |
user mode exception | виняток режиму користувача (An exception that occurs while executing a normal application (in Word, Excel, etc)) |