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 are winforms in c#?
How more than one version of an assembly can keep in same place?
What are the examples of data types?
hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......
Why abstraction is used in c#?
In which way a two-dimensional array declared in C#?
In which situation(s), the use of "Delegate" is a good idea?
What is the purpose of dependency injection?
What are constructors in c#?
What happens if you add duplicate elements to a set?
Explain About Postback
if a method is marked as protected internal who can access it?
What is gac? What are the steps to create an assembly and add it to the gac?
Why static constructor is parameterless in c#?
What is a template class?