Subject | English | Malay |
comp., MS | Exception Assistant | Pembantu Pengecualian (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 | pengendali pengecualian (A block of code that reacts to a specific type of exception) |
comp., MS | exception string | rentetan pengecualian (A string that contains information about an abnormal condition or error that occurs during the execution of a program) |
comp., MS | unhandled exception | pengecualian tak ditangani (" 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.") |