Any exceptions are there which are not caught by any catch
blocks?
what are they?

Answer Posted / parmjit

No there is no exception in C# which cannot be handled by
catch block.

All type of exception can be handled by a catch block.

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are c# destructors the same as c++ destructors?

557


Can you instantiate a struct without using a new operator in c#?

530


What is the use of nullable types in c#?

483


Is it good to use var in c#?

458


What are the 3 types of comments in c#?

519






What is difference between new and override in c#?

453


What is a predicate in c#?

479


What is concrete class in c# with example?

464


Is list immutable in c#?

483


Why do we use yield in c#?

500


What is stringbuilder c#?

507


Explain the difference between Metadata and Manifest

542


What is CASPOL?

605


Is int a struct in c#?

483


What is arraylist?

538