Explain about throw keyword?
Answer Posted / navin c. pandit
Hey guys don't confuse others if u don't know the actual ans.
The 'throw' keyword in C# throws a user defined exception.
| Is This Answer Correct ? | 7 Yes | 15 No |
Post New Answer View All Answers
What is boolean method?
What do you mean by the delegate in c#?
What is anonymous methods in c#?
What is default value of enum c#?
Define collections?
What is selector c#?
What is difference between an reference type and value type in C#?
What is a method c#?
How can I check the type of an object at runtime?
What are properties in c#. Explain with an example?
How Do You Convert A Value-type To A Reference-type?
What is the purpose of dependency injection?
Are multiple data types stored in System.Array?
What's the difference between class and object?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?