Dictionary of Computer and Internet Terms: unhandled exception
unhandled exception
an error condition, such as inability to write on a file, that was detected while running a program that provided no specificway of handling it. This is a common error message in the .NET Framework, and if the cause is not obvious, it reflects a programmer's error.

