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
What is default value of enum c#?
What is the ouput of the following program?
What are the 2 types of data types available in c#?
Is c# static or dynamic?
Can you explicitly call a destructor?
What is thread and explain states of a thread in c#?
Can you declare struct members as protected?
What are some of the commonly used commands in sqlcommand?
What are the 2 kinds of data type conversions in c#?
Can arraylist store different data types in c#?
What is dependency injection?
What is ienumerable t in c#?
What is data type in c# with example?
What is the difference between C# 3.5 and C# 4.0?
What's the difference between the debug class and trace class? Documentation looks the same.