English | Arabic |
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 report | تقرير الاستثناءات (A report that shows the general ledger account balances that were not included in the financial report) |
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 | استثناء kernel (An exception that occurs while the operating system is executing internal code (in drivers, the kernel, etc)) |
kernel exception signature | التوقيع الاستثنائي لـ kernel (The exception code, exception parameters, and operating system version (including build number and Service Pack version)) |
kernel mode exception | استثناء وضع kernel (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 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)) |