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
Is it not possible to store a boolean value as a variable?
Is arraylist type safe in c#?
What is interface inheritance?
Explain the difference between .net and c#?
What is difference between ienumerable and ienumerator in c#?
What are the 2 broad classifications of data types available in c#?
What is .net console?
What does return do in for loop?
What does readonly mean in c#?
the c# keyword .int. Maps to which .net type?
What is entity framework in c#?
What is dataview c#?
What is string literal in c#?
How to force my .net app to run as administrator on windows 7?
What is difference between array and collection?