M
mickieparis
Hello, I’m working on my first n-tier project. I have a ui tier,
business layer tier and a data access tire. I created a custom
exception class in my bl tier but I’d like to use this class in my
other tiers. However, you can’t have cross-reference projects or you
get a circular reference error. So, in n-tier projects how do most
handle custom error classes. Do you create a separate project (class
library) just for error handling? And add reference to this project
from all the other projects?
Thanks.
MP
business layer tier and a data access tire. I created a custom
exception class in my bl tier but I’d like to use this class in my
other tiers. However, you can’t have cross-reference projects or you
get a circular reference error. So, in n-tier projects how do most
handle custom error classes. Do you create a separate project (class
library) just for error handling? And add reference to this project
from all the other projects?
Thanks.
MP