According to dot net is error and exception are same or
different?
Answer Posted / 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 |
Post New Answer View All Answers
Define .asp file?
Explain the event handlers of session object?
Write code for the following in ASP a)Display attributes of a file b) File copy c) get disk capacity.
How do in-process and cross-process communication work in the common language runtime?
Define a class in css?
can any one tell me about dot net framework not basic detail
Name the event handlers of application object?
Explain how do you initiate a string without escaping each backslash?
Name the methods by which output stream is controlled?
What is .asp in html?
Explain the difference between a namespace and an assembly name?
What inheritance is and an example of when you might use it?
Can we Use VB SCRIPT instead of JAVASCRIPT in Asp.Net...
Should user input data validation occur server-side or client-side?
How do I make it so that code runs when the security system is stopping it?