Any exceptions are there which are not caught by any catch
blocks?
what are they?
Answer Posted / sunil kumar
Yes
"StackOverFlowException" doesn't get catch by any catch block
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Could you explain the difference between func vs action vs predicate?
Is c# pass by reference?
Can struct have constructor c#?
In which way you can convert a value-type to a reference-type?
Are c# objects passed by reference?
Can you create an instance of a static class?
List out two different types of errors in c#?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
Tell me the difference between value passing and address passing?
Write a program in C# for checking a given number is PRIME or not.
What is a console operator?
What is the use of parse in c#?
What is the resgen.exe tool used for?
What is the difference between a field and a property in c#?
Explain 'structure padding'?