What's the meaning of following and what's the purpose?
What's the meaning of following and what's the purpose?
public class MyException : Exception
{
public MyException(string str):base (str)
{
}
}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
nadeem_qaziPosted Dec 8, 2004, 4:58 AM
MykoninePosted Dec 8, 2004, 2:23 AM
denkaiPosted Dec 8, 2004, 2:10 AM