English | Greek |
Exception Assistant | Βοηθός εξαιρέσεων (A Visual Studio debugging tool that provides information about the cause of an exception in a Visual Basic or Visual C program) |
exception handler | χειρισμός εξαιρέσεων (A block of code that reacts to a specific type of exception) |
exception string | συμβολοσειρά εξαίρεσης (A string that contains information about an abnormal condition or error that occurs during the execution of a program) |
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 | εξαίρεση πυρήνα (An exception that occurs while the operating system is executing internal code (in drivers, the kernel, etc)) |
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)) |
synchronization exception | εξαίρεση από συγχρονισμό (A setting in the Navision Synchronization add-in that defines which categories of Outlook items should not be synchronized) |
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 exception | εξαίρεση χρήστη (An exception that occurs while executing a normal application (in Word, Excel, etc)) |
user mode exception | εξαίρεση λειτουργίας χρήστη (An exception that occurs while executing a normal application (in Word, Excel, etc)) |