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
What is hashmap in c#?
Can we have multiple constructors in a class c#?
Can a constructor be static in c#?
Can abstract class be sealed?
What are delegates?
Explain the clr triggers?
Does c# do array bounds checking?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
What is a float?
What is deadly diamond problem?
Illustrate serialization?
What is a data set in c#?
how to stored and retrive video in Sql server using asp.net c#......?
Why do we need constructor in c#?
Why do we need static class in c#?