What is an Exception? How many exceptions exist in Dot net
and explain them?
Answer Posted / manikanta.srinu
Exception is not an error,It's abnmormal
condition.Exceptions will be raise at runtime.if you want
to handle exception,we can use try-catch block.
There are 2 types of exception.
1).System Exception
2).Application Exception
The above two exception are genarated from "Exception" base
class.
SystemException: is meant only for those exceptions defined
by the common language runtime.
Ex:NullReferenceException
ApplicationException: is thrown by a user program.
By using this,we can throws our own exception message.
| Is This Answer Correct ? | 20 Yes | 0 No |
Post New Answer View All Answers
What is a strong name in .net?
Explain is the jit an interpreter?
i had attended to infosys interview on 17th april 2010...on .net..3+ experience for Technology Analyst .. to my knowledge i did well in technical and hr whether i loose the interview or still processing is taking place..am confused please. what accuatly would be happend?
Explain what is the difference between odbc and ado?
When displaying fonts, what is the difference between pixels, points and ems?
Explain what are an object and a class?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
Describe the programming model of a windows service
Explain the process of compilation in .NET?
Where does the gac exist ?
Explain what is the difference between a class and an object?
How anonymous method is different from a lambda expression?
Explain the code behind wors and contrast that using the inline style.
Explain what is an anonymous method and how is it different from a lambda expression?
Please explain what inheritance is, and why it's important?