Related articles |
---|
Exception handling in MSIL vbdis@aol.com (2001-08-25) |
Re: Exception handling in MSIL fjh@cs.mu.OZ.AU (2001-09-29) |
From: | fjh@cs.mu.OZ.AU (Fergus Henderson) |
Newsgroups: | comp.compilers |
Date: | 29 Sep 2001 10:56:46 -0400 |
Organization: | Computer Science, University of Melbourne |
References: | 01-08-147 |
Keywords: | errors |
Posted-Date: | 29 Sep 2001 10:56:46 EDT |
vbdis@aol.com (VBDis) writes:
>In the .NET IL several kinds of exception handlers exist. Amongst the usual
>Catch and Finally handlers also Filter and Fault blocks exist.
>
>My question simply is, which languages or constructs can require the usage of
>these additional error handling features?
The `__try' construct in Microsoft Visual C++, for example. For more
information, try a web search for "win32 structured exception handling".
--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.