What?s the C# equivalent of C++ catch (?), which was a
catch-all statement for any possible exception?
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 |
What are the different ways of method can be overloaded?
What are the types of parameters in c#?
Is array ienumerable c#?
What is the difference between a function and a method?
What are the keywords used to pass parameters to the base class and how do I invoke other constructors.
What are Indexers in C#?
0 Answers SwanSoft Technologies,
Define satellite assembly in c#?
Illustrate serialization?
In all methods of an interface should be derived?
What are the types of attributes in c#?
what is satelite assembly?
What is written in c#?