die Bereichsausnahme
Translation
range exception, scope exception
Examples
Das Programm löste eine Bereichsausnahme aus.
The program triggered a range exception.
Wir müssen diese Bereichsausnahme im Code behandeln.
We have to handle this range exception in the code.
Grammar Patterns
((as subject)) used as a subject A range exception has occurred.
Similar Words
Fehler (error), Störung (fault)
Etymology
A compound of 'Bereich' (area, scope, range) and 'Ausnahme' (exception).
Memory Tips
An 'exception' (Ausnahme) that occurs within a specific 'area' or 'range' (Bereich). Common in programming.