Errors in a program can be classified into the following categories: compile-time errors and runtime errors. Compile-time errors are comparatively easy to fix because you know about them much earlier (i.e., at compile time). These may occur mainly due to syntax errors or typing mistakes. The compiler can point to them so that you can take corrective measures immediately. By contrast, runtime errors are dangerous because you encounter them when a program is executing. Programmatically, we ...
10. Organizing Exceptions
Get Simple and Efficient Programming with C#: Skills to Build Applications with Visual Studio and .NET now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.