first-chance exception

Hello, you have come here looking for the meaning of the word first-chance exception. In DICTIOUS you will not only get to know all the dictionary meanings for the word first-chance exception, but we will also tell you about its etymology, its characteristics and you will know how to say first-chance exception in singular and plural. Everything you need to know about the word first-chance exception you have here. The definition of the word first-chance exception will help you to be more precise and correct when speaking or writing your texts. Knowing the definition offirst-chance exception, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

English

Noun

first-chance exception (plural first-chance exceptions)

  1. (programming) An exception (error condition) when handled by a debugger, such that the programmer has the first chance to study it; such an exception would otherwise proceed to a handler or (in its absence) crash the program.
    • 2006, Jay Hilyard, Stephen Teilhet, C# Cookbook:
      At this stage, the exception is considered a first-chance exception. Checking the checkbox in the Thrown column forces the debugger to intervene...
    • 2008, Dmitry Vostokov, Memory Dump Analysis Anthology, Volume 1:
      Here getting Early Crash Dump when a first-chance exception happens can help in component identification before corruption starts spreading across data.