1
Answer

What is the C# equivalent of C++ catch

Hi..

Ques : What is the C# equivalent of C++ catch (…). which was a catch all statement for any possible exception?

Answers (1)