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
What is an icollection in c#?
What is serialization in unity?
What is the use of 'as' Keyword in C# ?
How do you name a variable in c#?
What is difference between array and arraylist in c#?
How can I develop an application that automatically updates itself from the web?
What is stringwriter c#?
What is the difference between paramaterized constructor and copy constructor?
How can I make sure my c# classes will interoperate with other .net languages?
Why dictionary is used in c#?
What are different types of Delegates in C#?
Explain About a class access specifiers and method access specifiers.
why delegate is type safe?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
How to use the sreamReader class to read form a text file?