Exception handling abuse in C sharp Arabic #42
Suggested Videos
Custom Exceptions in C sharp Arabic #41
❑ About Exception handling abuse.
Exception Handling abuse
❑ Exceptions are unforeseen errors that occur when a program is running. For example , when an application is executing a query , the database connection is lost . Exception handling is generally used to handle these scenarios.
❑ Using exception handling to implement program logical flow is bad and is termed as exception handling abuse.
Examples
Tags:
C sharp