Click here to Skip to main content
15,887,294 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I want to create my exceptions in c# asp.net project in which I am having multiple projects. My intention is to create a new exception policy as a separate project in the asp.net solution or it should be in the same project in a separate folder.

What I have tried:

Can anybody suggest me the best choice for this
Posted
Updated 6-Aug-18 2:54am

1 solution

If you think you will use custom exceptions in another project you should seperate them to another project. If you use them just for your one project it doesn't matter. It depends your coding style.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900