Quote Originally Posted by SugarDaddy420
Pardon me. I now understand why you were throwing the exception. When an exception occurs within a function, it does not pass it out to the containing function that made the call. You have to throw it back yourself. Nicely done.
Yes it does. What do you mean it does not pass it out to the containing function??