spacer
Yehuda Shiran September 14, 2002
Throwing Exceptions
Tips: September 2002

Yehuda Shiran, Ph.D.
Doc JavaScript

Developer News
Microsoft Shows Off Silverlight 4, IE9 Plans
Metasploit Expands Vulnerability Test Framework
HyperCard Reborn?

Sometimes you cannot handle a specific error in the catch block associated with the try block where the error occurred. In this case, use the throw statement to re-throw the error to higher-level error handling. A try...catch...finally statement may be nested within a higher-level try statement. When you throw an exception from a lower-level catch block, it will be caught by the higher level catch block. The syntax is very simple:

  throw exception
where exception is any expression and is required. It can be a string or an Error object. The exception value is simply passed as a parameter to the catch block. If the throw statement is inside a try block, the exception value is passed to the corresponding same-level catch block. If the throw statement is inside a catch block, the exception value is passed to the higher-level catch block, if one exists.

To learn more about exception handling, go to Column 118, JScript .NET, Part XII: Exception Handling.


People who read this tip also read these tips:

Look for similar tips by subject:

internet.commediabistro.comJusttechjobs.comGraphics.com

Search:

WebMediaBrands Corporate Info

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | Shopping | E-mail Offers | Freelance Jobs

webref The latest from WebReference.com Browse >
Rolling Out Your Own HTML Application Version Control · HTML 5: Client-side Storage · Working with Ajax Server Extensions
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Wi-Fi Product Watch, November 2009 · Chip Market Recovering From '08 Collapse · Low-Cost Tools to Kickstart Your New Business