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 PRIMARY KEY???
Is asp a programming language?
What is difference between asp and php?
What is a service application?
what is SDLC in Software?pl.give proper explaination
what is differance b/w .net assemblies and com component?
Can we Use VB SCRIPT instead of JAVASCRIPT in Asp.Net...
What is Request Object?
Define "virtual directory"?
What are the methods in applet ? When is init(), start() called ?
The FileSystemObject provides an object interface to drives, directories, and files for which of the following? A. Any local or mapped drive on either the server or the client. B. Only files and subdirectories in the web site's home directory. C. Any local physical drive or mapped drive on the web server. D. Any file system physically located on the web server. E. The client's computer.
Explain the difference between querystring collection and form collection?