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 the difference between interface and multiple interface?
Is class reference type c#?
What is public void in c#?
What are the uses of namespaces?
What is the importance of closing an ado.net application?
How do you comment out code in c#?
What is concrete class in c# with example?
What is a string in c#?
What is a must for multitasking
What is an inheritance ?Give an example in which inheritance is used?
How do you comment in c#?
What is a type c#?
What is the use of ispostback in c#?
What is meant by unicode characters?
Explain the difference between boxing and unboxing.