[求助]一个关于异常类的问题?
代码:
catch(System.DivideByZeroException E)
{
……
}
catch里最后那个E是什么意思?
还看到一个自定义的异常类里有个catcherr
catch(ErrInputException catcherr)
{
……
}
这个catcherr是自己随便写的么?
请指点
代码:
catch(System.DivideByZeroException E)
{
……
}
catch里最后那个E是什么意思?
还看到一个自定义的异常类里有个catcherr
catch(ErrInputException catcherr)
{
……
}
这个catcherr是自己随便写的么?
请指点
2007-04-05 10:50

2007-04-05 11:15
2007-04-05 11:31
2007-04-05 11:33
2007-04-05 11:40