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
Where’s global assembly cache located on the system?
what is a enumeration in c#
What is argument in c#?
What is array formula?
What is multicast delegate in c# ?
What is the Signification of the "new " keyword in C#? example
List down the commonly used types of exceptions in .net
What is the example of predicate?
What is firstordefault c#?
What is generic collection in c#?
How do I type a whitespace character?
When should we use sealed class in c#?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
What is interface inheritance in c#?
How to use the sreamReader class to read form a text file?