Tell me something about Exceptions. What is the common
exception class?
Answer Posted / nitin
Exception is error which is generally Generated by the
Application during at runtime.
System.Exception is the common exception class
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of constructor?
Explain the advantage of using system.text.stringbuilder over system.string?
What is the difference between dispose() and finalize() methods in c#?
What is the size of a decimal?
Can we write class inside a class in c#?
Can a class be protected in c#?
What is the implicit name and type of the parameter that gets passed into the class set method?
What is difference between class and interface in c#?
Can you have more than one namespace in c#?
What is uint16?
How can you force derived classes to provide new method implementations for virtual methods?
What is an assembly in .net?
What is difference between mutable and immutable in c#?
Are c# strings null terminated?
Define c# i/o classes? List the commonly used classes?