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
State whether it is true to test a Web service you must create a windows application or Web application to consume this service or not?
Why data types are important in c#?
What is overriding in c#?
What is the use of console readkey in c#?
what is boxing and unboxing?can we initialize unboxing directly?
What is a helper method in c#?
What is lambda expression in c#?
What is the difference between console and windows application?
What is the difference between ref & out parameters in c#?
How many classes are there in classification?
Explain the clr triggers?
What are virtual classes in c#?
What are logical operators in c#?
What Happens In Memory When You Box And Unbox A Value-type?
Which property do we set on a Combo Box to display data on it prior to setting the DataSource ?