Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    2,312

    Re: Need Help Writing Exception code.

    The question remains: when do you want to throw your Exception?
  2. Replies
    4
    Views
    2,312

    Re: Need Help Writing Exception code.

    I think you're doing step 2 (catching the Exception), when you want to be doing step 1 (throwing the Exception). That way whoever calls your code can catch the Exception you throw. You don't do the...
Results 1 to 2 of 2