C# - Exceptions and Exception Handling
In the development of an application, we will be coming across 2 different types of errors, like:
Compile time errors.
Runtime errors.
Errors which occur in a program while the execution of a program is taking place are known as runtime errors, w...
narendramastering-exception-handling-in-csharp.hashnode.dev6 min read