Hi,
In a winforms application where the UI code calls business methods in my business classes, is it best practice to pass errors back to the UI code as an exception?
Also if there are say a couple of main types of exceptions that a particular business method may have, where would it make sense to tailor the text that gets presented to the user for these in the UI?
thanks