Tell me something about Exceptions. What is the common
exception class?

Answer Posted / karthick

An excepion is an erroneous situation that occurs during
program execution.The error is handled through the process
of exception handling.All excetions are derived from the
System.Exception class,which is the parent class of all
exception.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a short note on interface?

585


What is cookies c#?

485


What is a view? What is the use of it?

586


Why do I get a security exception when I try to run my c# app?

552


What is throw in c#?

518






What is the difference between method and function in c#?

447


What does dbml stand for?

554


What is equal c#?

510


How many bytes is a char c#?

487


How do you type a null character?

504


Explain the three test cases in unit testing?

594


Can fields inside a class be virtual?

541


What is the difference between gettype and typeof in c#?

453


These questions were asked me in a technical interview: •If we deploy an application on multiple server (like database server, web server) then, each request should be redirected to proper server, then how you will handle it in your code? •How security pinholes will be handled in an application? •What things should be considered while writing a web application? •How will you do load/performance testing of web application? Which framework you will use for it? •How will you implement a cache for results which require a DB access? Please let me know how to write an web application considering all these points. I am not so much aware of architechural design of web application. Your guidelines will be helpful.

2506


What is global asax in c#?

524