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
Distinguish between the Debug class and Trace class with its functionality?
What are the 3 elements of delegation?
Does console.writeline() stop printing when it reaches a null character within a string?
Can constructor be overloaded in c#?
What is a virtual property. Give an example?
What are "class access modifiers" in C#?
What is difference between arraylist and list in c#?
Is array thread safe c#?
What is Asynchronous call and how it can be implemented using delegates?
What is the meaning of extention?
Explain About CLS?
What is dbcontext c#?
What is an object pool in .net?
Define parsing?
What is join in c#?