What's the c# syntax to catch any possible exception?


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

Post New Answer

More C Sharp Interview Questions

Define parsing?

0 Answers  


What is dependency injection in simple words?

0 Answers  


what are the advantages of c# over vb.net?

10 Answers   Choice Solutions, HCL, Practical Viva Questions,


List out two different types of errors in c#?

0 Answers  


Is string a class in c#?

0 Answers  






Can you inherit multiple interfaces?

3 Answers  


What is ienumerator c#?

0 Answers  


What are data types in C#?

0 Answers   TryTechnicals Pvt Ltd,


I have a class declared as below public class a { public void add() {} } What is the diference between a a1 =new a; and simply a a1;

3 Answers  


Why do we use readonly in c#?

0 Answers  


Hai, I want to open a new form while the previous form is hiding or closing. I tried this with using MDI.I created one form like ParentForm.placed one button control.when clicked one that it opend new form like ChildForm.When i set the property of ChildForm to Maximize,but the ParentForm button control also appearing on the childform. so plz help me how to hide parentform controls(hide parentform while it is childform opened) thanq..

1 Answers  


Is array value type in c#?

0 Answers  


Categories