According to dot net is error and exception are same or
different?
Answers were Sorted based on User's Feedback
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 |
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 |
what is diff c#and vb.net what is .net framework 3.5 what is webservice with expmles
How will u make automatic login program in asp as u see in yahoo messanger? When any body login to their system they no need to fill userid and password. It automatically fills the userid and password.
Describe ways to present an arbitrary endpoint (URL) and route requests to that endpoint to ASP.NET.
How do I print an aspx file?
Can be arrays resized by using the keyword redim?
What are the event handlers of Session Object?
What is a variable in asp?
What are private assemblies and shared assemblies?
What is a variable?
how can we create a webpage in .Net
What is asp language?
Explain the difference between cookies collection and form/querystring collection?