0 votes
in C Sharp by

 Why is it a bad idea to throw your own exceptions?

1 Answer

0 votes
by

Well, if at that point you know that an error has occurred, then why not write the proper code to handle that error instead of passing a new Exception object to the catch block? Throwing your own exceptions signifies some design flaws in the project.

Related questions

0 votes
asked May 22, 2019 in Interview Question by Robindeniel
0 votes
asked Nov 28, 2021 in Azure by rajeshsharma
...