Any exceptions are there which are not caught by any catch
blocks?
what are they?
Answer Posted / rangaramesh
Guys all you said some what right but you said some generic
answer. Some of the exception we can't handle in the catch
block ex "Fatal Errors,Virtual memory"
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are All kind of access specifiers for a class and for methods
Contrast System.String and System.Text.StringBuilder classes?
What is a function c#?
Why generics are used?
What is as keyword in c#?
What is Named parameter in C#?
How many bytes is a char c#?
How we convert private assembly into public assembly?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.
Differentiate between sqlclient oledb and providers?
How do you type a null character?
Can interface have virtual methods in c#?
Can you store different types in an array in c#?
What is extension method in c sharp?
Write one code example for compile time binding and one for run time binding? What is early/late binding?