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 |
Hii My Question is How the Down Payment will clear in APP? Can any one help me
Name two properties common in every validation control?
Where is the value-type variables allocated in the computer ram?
How do I open an asp file?
What are the asp components?
Is asp a scripting language?
I have all files relating one project in ASP.... I want to make a Localhost for running like website........
what is the need of a sealed class when we are having a structure
Explain the difference between querystring collection and form collection?
what is the default .net provider
What is aspx in url?
How to include active x controls in asp code?