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
How many keyword present in C# language ?
What is difference between array and arraylist c#?
What is a Managed Code??
If casting fails what type of exception is thrown?
How does foreach loop work in c#?
What is class sortedlist underneath?
Is list immutable in c#?
What is the difference between field and variable in c#?
Should I make my destructor virtual?
What are fields in c#?
Can you have parameters for static constructors?
Explain copy constructor?
Explain metadata in c#.
Explain the difference between private and shared assembly?
Contrast System.String and System.Text.StringBuilder classes?