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 does console writeline do?
What is a singleton unity?
What is serialization of data?
Is list immutable in c#?
What does immutable mean in c#?
Which config file has all the supported channels/protocol?
How to Show Message box in Metro Style App?
Write a sample code to write the contents to text file in c#?
Is null == null c#?
Why do we need abstraction in c#?
What is the difference between const and readonly in c#.net?
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
What is the property of class?
What is a interface in c#?
What is generic in c#?