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 does assert() do in c#?
What's the difference between System.String and System..StringBuilder in C#?
Can you have parameters for static constructors?
Why do we need nullable types in c#?
How to use exception handling in stored procedure?
What is a helper method in c#?
Explain how do I get deterministic finalization in c#?
What is dataset and dataadapter in c#?
Which framework is best for desktop application?
Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records
How to force my .net app to run as administrator on windows 7?
Explain About DTS package
What is class and object c#?
What is a statement c#?
What is transparent caching with aop ?