Tell me something about Exceptions. What is the common
exception class?
Answer Posted / vinoth
Exception is one that occurs in runtime.The general
exception class is Exception.This class is the base of
every exception.This class is able to catch all types of
exception.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between protected and internal in c#?
How to find out that the code is written as managed or un-managed code?
What are virtual classes in c#?
What is the use of delegates in c#?
Is c# easier than c++?
What does assert() do in c#?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
Is arraylist generic in c#?
What language is arduino?
Suppose you have already existing application with Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. With this example how can you approach migrating this application to .NET?
What is asynchronous one-way calls?
Explain briefly the difference between value type and reference type?
Why is xml called extensible?
Can we change static value in c#?
Explain the difference between const and static read-only?