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 some of the basic string operation?
Why generics are used?
Explain the process of polymorphism with an example?
Are c# constructors the same as c++ constructors?
Explain how do I convert a string to an int in c#?
Is it possible to inherit multiple interfaces?
What is the difference between list and array in c#?
What is namespace give the example?
What do you mean by delegates and explain different types of delegates?
What is the base class for array types?
Why is aws serverless?
What is a .exe extension files? How is it similar to .dll extension files?
What is the difference between protected and private?
How do I create a dbml file?
Which control cannot be placed in mdi?