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
Are c# tuples immutable?
update data in an xml file which resides in solution itself, using silverlight 4.0
What is distribute by in hive?
What is lazy loading and eager loading in c#?
What is the usage of Enumeration in C# Programming and is it good to use or not ?
Explain the difference between private and shared assembly?
What is type safe code?
Where do we use serialization in c#?
What are regular expressions? Search a string using regular expressions?
What are the 2 broad classifications of data types available in c#?
What are the methods in c#?
What is the difference between namespace and class?
Differentiate between static class and singleton instance?
What are the desktop applications?
Is an interface a type c#?