Bob Lewiston

Bob Lewiston

  • NA
  • 88
  • 0

throwing exceptions

Feb 3 2009 12:23 PM

The documentation I've found is a little hazy on this subject, so it's time to fire off yet another no-doubt ignorant question:

Is "throw" intended exclusively for the following scenario: Control is transferred out of a try block via a method call, and code in the called method then detects an exception, so the called method uses "throw" to transfer control back to the appropriate catch block associated with the original try block?


Answers (1)