Structured exception



 DEVELOP > c-Plus-Plus > Structured exception

LINK TO THIS PAGE  


rating :  0   |  0


  Page 1 of 1

1

 
Topic: DEVELOP > c-Plus-Plus
User: "George2"
Date: 19 Jan 2008 07:48:51 AM
Object: Structured exception
Hello everyone,
I am learning structured exception from,
http://msdn2.microsoft.com/en-us/library/ms681409(VS.85).aspx
I read a couple of links from MSDN, but still confused what is
structured exception, what is the differences between structure
exception and our normal C++ exception, like bad_alloc and various
user define exception?
thanks in advance,
George
.

User: "Rolf Magnus"

Title: Re: Structured exception 19 Jan 2008 09:30:56 AM
George2 wrote:

Hello everyone,


I am learning structured exception from,

http://msdn2.microsoft.com/en-us/library/ms681409(VS.85).aspx

I read a couple of links from MSDN, but still confused what is
structured exception, what is the differences between structure
exception and our normal C++ exception, like bad_alloc and various
user define exception?

Standard C++ doesn't define the term "structured exception" at all. It is
specific to Windows and to the Microsoft compiler, so you should ask in a
newsgroup about that. Here we only talk C++ as defined by the ISO/IEC 14882
standard.
.


  Page 1 of 1

1

 


Related Articles
 

NEWER

pg.1232     pg.940     pg.716     pg.544     pg.412     pg.311     pg.234     pg.175     pg.130     pg.96     pg.70     pg.50     pg.35     pg.24     pg.16     pg.10     pg.6     pg.3     pg.1

OLDER