Home / DeveloperSection / Tag
You haven’t finished your post yet. Are you sure you want to leave and discard your draft?
Exception Handling are the mechanism to handle the running errors so that the normal flow of the application can be maintained.
In every program, things go wrong sometimes. With C#, we're blessed with a good compiler, which will help us prevent some of the most common mistakes.
If you want to know about Exception handling in details then you learn first what is exception so in this post I’ll teach you both what is exception and what exception handling.