3
Answers

What's the meaning of following and what's the purpose?

amit_gupta14

amit_gupta14

20y
2k
1
What's the meaning of following and what's the purpose? public class MyException : Exception { public MyException(string str):base (str) { } }
Answers (3)