Explain about throw keyword?
Answer Posted / ashima singh
The throw keyword is used when if a mehod is capable of
causing an exception that it does not handle.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What are the advantages of using assemble language programming?
What is the difference between dynamic and var in c#?
Differentiate between copy and default constructor.
Can a struct inherit from an interface in c#?
What is difference between list and ilist in c#?
What is the difference between internal and private in c#?
What is action in c# 3.5?
Explain the use of Mutex in C#?
Why ref is used in c#?
What is the use of xmlserializer?
Can you put two constructor with the same structure in a class?
Why use “using” in c#?
How do switch statements work?
What is difference between private, protected, and public in C#?
What is type safe code?