Tell me something about Exceptions. What is the common
exception class?
Answer Posted / vinoth
Exception is one that occurs in runtime.The general
exception class is Exception.This class is the base of
every exception.This class is able to catch all types of
exception.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Explain what is an interface in c#?
How do generics work in c#?
What is activator c#?
Can interface inherit class in c#?
What is a linq in c#?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
Explain synchronous and asynchronous operations?
What does the initial catalog parameter define in the connection string?
Is comparator a functional interface?
What does namespace mean?
What does get set mean in c#?
What is serializable in c#?
What's the difference between a static method and a non static method c#?
What is the console on a mac?
What is a shared assembly?