unhandled
- adjective
- /ʌnˈhændəld/
- Specialized
- Dan Nissenbaum: Very likely you have your debugger configured to stop on unhandled access violations, not first chance.
Examples
-
When users fail to input valid data, it leads to an unhandled error that stops the application.
-
Either the site is offline or an unhandled error occurred.
Blog text (8) -
An unhandled exception was generated during the execution of the current web request.
Blog text (18) -
An unhandled exception has occurred in a component in your application.
Blog text (9) -
These kind of exceptions are called unhandled exceptions, where they cause the program to effectively crash.
-
In the case of an invalid certificate and with no policy, this usually creates an unhandled exception which terminates the communication.
Blog text (8) -
Even if you try using every kind of crack, the game will run in a black screen with an error like this: "Error during initialization: Unhandled exception caught."
Blog text (9) -
Is it an unhandled access violation, or does the call proceed if you continue (letting the exception handler run)?
Blog text (8) -
Allowing VS 2010 to debug the issue shows an unhandled exception in SharedView.exe with the call stack showing mshtml.dll at the top.
Blog text (29) -
The program crashed because it encountered an unhandled exception during processing.
Synonyms
Not looked at or checked when people search for answers
Without an address written on it or not dealt with yet
Not yet processed into a clear, usable form
Problems that are not yet handled or fixed
Not done or put into action
Compounds
How Handled
- Specialized
Surface Forms
Morphology
unhandled = handled (transparent) = un + handle + ed
Formed by straightforward negation: 'un-' + past-participial adjective 'handled' = 'not handled', which is directly interpretable in technical contexts.
Etymology
Unhandled comes from the prefix un- meaning 'not' and handle, from hand, which originally meant 'to touch' or 'manage'. So an unhandled error is one the program did not 'take in hand' or process, which is why it can make the program stop.