English | Serbian Latin |
fail fast exception | izuzetak koji izaziva brzo otkazivanje (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 | potpis greške u jezgru (The exception code, exception parameters, and operating system version (including build number and Service Pack version)) |
kernel mode exception | greška u režimu jezgru (An exception that occurs while the operating system is executing internal code (in drivers, the kernel, etc)) |
synchronization exception | izuzeto od sinhronizacije (A setting in the Navision Synchronization add-in that defines which categories of Outlook items should not be synchronized) |
unhandled exception | nekontrolisani izuzetak (" 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 | greška u korisničkom režimu (An exception that occurs while executing a normal application (in Word, Excel, etc)) |