Tell me something about Exceptions. What is the common
exception class?
Answer Posted / karthick
An excepion is an erroneous situation that occurs during
program execution.The error is handled through the process
of exception handling.All excetions are derived from the
System.Exception class,which is the parent class of all
exception.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
List the differences between method overriding and method overloading?
What do you mean by for each loop?
What are Namespaces?
What is c# and why it is used for?
Name the two classes are required for implementing a windows service?
Can interface inherit class in c#?
Can an abstract class inherit from another abstract class c#?
Are tuples mutable c#?
What are the different ways of method can be overloaded?
What is a derived class in c#?
1. Describe page life cycle?
Why abstract class can not be instantiated?
What is the default modifier for class in c#?
Why do we override in c#?
Constructor to an arbitrary base constructor?