According to dot net is error and exception are same or
different?

Answers were Sorted based on User's Feedback



According to dot net is error and exception are same or different?..

Answer / bibaswann

no they are different, in .net framework exception class is inherited from object class. other classs from exceptions are application exception exception,product base exception etc. they are runtime stuffs. errors are totally different things which is a compile time matter and is handled by compiler

Is This Answer Correct ?    1 Yes 0 No

According to dot net is error and exception are same or different?..

Answer / rose25

Can anyone help me with this?

Is This Answer Correct ?    1 Yes 1 No

According to dot net is error and exception are same or different?..

Answer / rajasekar

Errors, mistakes and failures are unavoidable part of life.
ASP.NET development is not much different.
Every developer, especially beginners, will make errors
whenever tries to create anything useful.
Because of that, we need methods and tools for error
handling. Fortunately, ASP.NET provides different ways to
find, log or even try to correct errors when happened.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP Interview Questions

What is asp what can asp do for you?

1 Answers  


Name the data types which does the rangevalidator control support?

1 Answers  


What is the use of following Statement Response.Expires=120 A.The page will be removed form cache after 120 Hours B.The page will be removed form cache after 120 Sec C.The page will be removed form cache before 120 Min D.The page will be removed form cache after 2 Hours

1 Answers  


how to create overlay on div ?

1 Answers  


what is n tier ?

1 Answers   eSoft, Government,


How do I administer security for my machine? For an enterprise?

1 Answers  


what is cookies?

2 Answers  


What are asp controls?

1 Answers  


When did classic asp come out?

1 Answers  


what is abstact class in asp.net?

1 Answers  


How do I change a aspx file to a pdf?

1 Answers  


Name the event handlers of application object?

1 Answers  


Categories