C# Debugging and Handeling Exceptions
Across
- 6. you read past the end of the file
- 7. executes if an error occurs
- 9. Form of run-time error
Down
- 1. filename is longer than the system-defined maximum length
- 2. A condition, often an error, that causes the program or microprocessor to branch to a different routine
- 3. A disk fails or you try to access a file that doesn’t exist
- 4. refers to a block of statements that are always executed, regardless of unexpected events or exceptions that may occur during an application's execution.
- 5. When a selected line in a program is reached the program is suspended
- 8. defect in software or hardware that causes a program to malfunction