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 desktop GUI application?
How do I get deterministic finalization in c#?
What is a partial class. Give an example?
What is difference between const and static in c#?
How can I access the registry from c# code?
What is the default value of guid in c#?
What is the difference between Singleton design pattern and Factory design pattern?
What is form feed in c#?
What are object pooling and connection pooling and difference between them?
Why do we need generics?
Overloaded constructor will call default constructor internally?
What is interface inheritance in c#?
How do I declare inout arguments in c#?
In C#, explain the difference between overloading and overriding.
What is the difference between selection and projection?