Subject | English | Hebrew |
comp., MS | Exception Assistant | מסייע חריגות (A Visual Studio debugging tool that provides information about the cause of an exception in a Visual Basic or Visual C program) |
comp., MS | exception string | מחרוזת הודעה על חריגה (A string that contains information about an abnormal condition or error that occurs during the execution of a program) |
comp., MS | 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) |
comp., MS | kernel exception | חריג ליבה (An exception that occurs while the operating system is executing internal code (in drivers, the kernel, etc)) |
comp., MS | kernel exception signature | חתימת חריג ליבה (The exception code, exception parameters, and operating system version (including build number and Service Pack version)) |
comp., MS | kernel mode exception | חריג מצב ליבה (An exception that occurs while the operating system is executing internal code (in drivers, the kernel, etc)) |
comp., MS | 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.") |
comp., MS | user exception | חריגת משתמש (An exception that occurs while executing a normal application (in Word, Excel, etc)) |
comp., MS | user mode exception | חריגת מצב משתמש (An exception that occurs while executing a normal application (in Word, Excel, etc)) |