Subject | English | Thai |
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 handler | ตัวจัดการข้อยกเว้น (A block of code that reacts to a specific type of exception) |
comp., MS | exception report | รายงานที่ออกในกรณีพิเศษ (A report that shows the general ledger account balances that were not included in the financial report) |
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 | synchronization exception | ข้อยกเว้นการทำข้อมูลให้ตรงกัน (A setting in the Navision Synchronization add-in that defines which categories of Outlook items should not be synchronized) |
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)) |