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
What do you mean by saying a "struct is a value type"?
What is the difference between static class and singleton class in c#?
How can we sort the elements of the array in descending order?
What is a cs file?
What is xaml file in c#?
What is the use of console application in c#?
What is Implementation inheritance
What is the default value of object in c#?
Can a dictionary have duplicate keys c#?
What are namespaces, and how they are used?
What is iqueryable?
Does c# support #define for defining global constants?
Can I call a virtual method from a constructor/destructor?
What is the difference between field and property in c#?
Explain the access modifiers in c#?