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

Give some examples of commonly used i/o classes?

510


What are the 4 pillars of any object oriented programming language?

464


Is for loop faster than foreach?

543


In a memory when you Box and Unbox a value-type what happens?

552


Can properties be static in c#?

558






What does typeof return c#?

522


How to handle exceptions that are raised in a component?

606


Can we have only “try” block without “catch” block in c#?

481


Define boxing and unboxing in c#?

489


Why generics are used?

505


What is an escape sequence?

522


Can constructor be private c#?

495


What are cshtml files?

498


What is action c#?

495


What are the Types of caching

552