1
Answer

What's the meaning of public MyException(string str):base (str)

amit_gupta14

amit_gupta14

20y
3.7k
1
I have got the reply for the below. public class MyException : Exception { public MyException(string str):base (str) { } } But no explanation for public MyException(string str):base (str) .What's its meaning and purpose
Answers (1)