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 |
Plz give me the code for binding the dropdownlists with Country,State,City And Each will represent after selecting upper dropdownlist
what is diff c#and vb.net what is .net framework 3.5 what is webservice with expmles
what is the difference between render event and prerender event
What is classic asp application?
What is the difference between cshtml and aspx?
What is the maximum size of an array in asp?
What is the difference between asp and saas?
When is the Session_OnStart event fired? A. Upon every request from an application by a client for an .asp document. B. Upon the first request from an application by a client for any file in the application. C. Upon the first request for an .asp document from an application by a client. D. Upon the first request for the global.asa file, in which the event handler is located. E. Upon the first request for an. html or .asp document from an application by client
Explain the event handlers of session object?
How do I print an aspx file?
What is a Virtual Directory?
how to delete windows application in vs.net