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
Explain how do I convert a string to an int in c#?
What is a class in unity?
When is a class declared as a class abstract?
Are cao stateful in nature?
Can mvc be used for desktop applications?
What is the difference between string keyword and system.string class?
Why do we still see so much non-oo code written in c# today?
When should we use sealed class in c#?
If I return out of a try/finally in c#, does the code in the finally-clause run?
Why do we need indexers in c#?
What benefit do you get from using a primary interop assembly (pia)?
Can interface inherit class in c#?
Is there any sample c# code for simple threading?
Show us in simple steps to create setup & deployment project for windows application?
How many bytes is a long c#?