English | Hindi |
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)) |
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)) |