A
Andy B.
I have different entities in the sql server 2008 database. The stored
procedures return certain status codes depending on the state of the
requested action or current state of the entity acted on. This is what I
have: record not found, matching records found, empty result set, invalid
entity (client only), update/insert/delete failure. How would I create
exception classes for these? Mainly, what would the best names for them be?
procedures return certain status codes depending on the state of the
requested action or current state of the entity acted on. This is what I
have: record not found, matching records found, empty result set, invalid
entity (client only), update/insert/delete failure. How would I create
exception classes for these? Mainly, what would the best names for them be?