Explain about throw keyword?
Answer Posted / mahesh pyla
Throw is a keyword,which gives an indication to the calling
function to keep the called function with in try and catch
blocks for generating user friendly messages instead of
generating system error message.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is hashtable in c# with example?
Is php easier than c#?
Explain how to parse a datetime string?
What's the difference between system.string and system.text.stringbuilder classes?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
What are satellite assemblies? How will you get the different language strings?
Which is faster array or arraylist in c#?
What does void do in c#?
Is list a collection c#?
How can I access the registry from c# code?
Illustrate the process of code compilation in c#?
How can I develop an application that automatically updates itself from the web?
Are classes passed by reference in c#?
Is a games console a computer?
What is data bind in c#?