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 is the advantage of constructor?
What is a data set in c#?
What is the difference between string keyword and system.string class?
Why is it called c sharp?
What is the difference between yield and return?
What is the difference between ienumerable and enumerable?
What do u mean by delegation?
What are the delegates in c#?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What's the difference between class and object?
What are the advantages of using assemble language programming?
Can we inherit private class in c#?
What do u mean by delegation of authority?
What are the 2 types of data types available in c#?
What is difference between continue and break in c#?