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
How do you declare a method in c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
What is uint64?
What is the difference between list and arraylist in c#?
Can firstordefault return null?
What is difference between private, protected, and public in C#?
Does the system.exception class have any cool features?
Is datetime nullable c#?
Is comparable a functional interface?
Which is better python or c#?
Whats an assembly? Describe the importance of assembly?
What is continue in c#?
What does protected internal access modifier mean?
Why extension method is static?
What are the Types of optimization and name a few and how do u do?