Our app calls a web service, which in turns calls a DLL, which does something to the DB.
If there is an error in the DB code, how would you pass the exception back to the UI?

Woka