Multiple choice What are the Design-time errors in Error Handling and Debugging in VB.NET? These occur when the environment you're programming in doesn't understand the code. These errors occur when the programme is running. An example is trying to access a file that doesn't exist. This happens when the code doesn't quite behave the way it was supposed to. These errors are responsible for robust code. Reveal answer Fill a bubble to check yourself A Correct answer Explanation This is a correct statement as the Design errors are the outcome of bad coding practices.