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 / daniel

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 ?    1 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are the different ways of method can be overloaded?

0 Answers  


What are the types of parameters in c#?

0 Answers  


Is array ienumerable c#?

0 Answers  


What is the difference between a function and a method?

0 Answers  


What are the keywords used to pass parameters to the base class and how do I invoke other constructors.

3 Answers  






What are Indexers in C#?

0 Answers   SwanSoft Technologies,


Define satellite assembly in c#?

0 Answers  


Illustrate serialization?

0 Answers  


In all methods of an interface should be derived?

5 Answers  


What are the types of attributes in c#?

0 Answers  


what is satelite assembly?

5 Answers   ABC,


What is written in c#?

0 Answers  


Categories