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

Dec 8 2004 12:03 AM
What's the meaning of following and what's the purpose? public class MyException : Exception { public MyException(string str):base (str) { } }

Answers (3)