What is throw in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Define strong name in c#?

0 Answers  


how to communicate inventory system and account system?

1 Answers  


What are the concepts of dispose method?

0 Answers  


What are events in C#?

0 Answers   CDC,


Why main method is static in c#?

0 Answers  






What is the use of convert toint32 in c#?

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

1 Answers  


Is it possible to have different access modifiers on the get/set methods of a property?

0 Answers  


What is a private method in c#?

0 Answers  


What is difference between arraylist and list in c#?

0 Answers  


Why do we need to call CG.SupressFinalize?

0 Answers  


When static constructor is invoked?

9 Answers   TCS,


Categories