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 querystring collection in asp?
What are the attributes of the <form> tags? What are their functions?
Define managed code?
Explain the advantages of using asp?
Using VBScript, which of the following Scripting Object(s) is NOT available from scrrun.dll? A. TextStream B. Dictionary Object C. Err Object D. FileSystemObject E. All are available from scrrun.dll.
What is the function of Buffer in Response Object?
Suppose someone gives a VB dll file (component). How to use that in an ASP file?
Plz give me the code for binding the dropdownlists with Country,State,City And Each will represent after selecting upper dropdownlist
How do I open aspx files on windows 10?
Name some of the ASP components?
Explain the difference between sap r/2 and r/3?
what is the difference between render event and prerender event