Click here to Skip to main content
15,921,113 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hai,

Can anyone know?

which exception dot net does not support?
Posted
Comments
Sergey Alexandrovich Kryukov 21-Mar-12 20:23pm    
Makes no sense.
--SA

As far as I know there is no such thing as a InsufficientlyDetailedQuestionException. It is purported that this exception was part of the draft of the .NET 1.1 specification, but somehow got a troll kick into the stacktrace in the finalized version.

Regards,

Manfred
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 21-Mar-12 20:23pm    
Good one. My 5.
--SA
Sergey Alexandrovich Kryukov 21-Mar-12 20:29pm    
But more seriously, the detail do not matter. This is because the concept of some exception which is not supported by something simply cannot exist due to the nature of the technology.

I tried to explain it in my answer. Unfortunately, it would be very hard to explain quickly, without detailed considerations of how stack, thread and type system work...

Please see my answer.
--SA
The question makes no sense. The structured exception mechanism works the way that there cannot be such thing as unsupported exception. If an exception is thrown, it can always be caught, processed, propagated, etc.

You certainly need to get an idea on what it is. This is one of the most important inventions in computer science of all times and peoples, which we cannot afford to skip. Please see:
http://en.wikipedia.org/wiki/Structured_exception_handling[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900