What?s the C# equivalent of C++ catch (?), which was a
catch-all statement for any possible exception?



What?s the C# equivalent of C++ catch (?), which was a catch-all statement for any possible excepti..

Answer / guest

A catch block that catches the exception of type
System.Exception. You can also omit the parameter data type
in this case and just write catch {}.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Sharp Interview Questions

How do you implement multiple inheritance in .NET?

10 Answers   Microsoft,


What is distribute by in hive?

0 Answers  


How do I format in c#?

0 Answers  


How do you sort an array in c#?

0 Answers  


How does a while loop work?

0 Answers  






What is Implementation inheritance

0 Answers  


Can we inherit sealed class in c#?

0 Answers  


Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.

0 Answers  


What language do desktop applications use?

0 Answers  


What is a factory in c#?

0 Answers  


What is the purpose of static?

0 Answers  


What are the basics of c#?

0 Answers  


Categories