首先,在PB8中怎么使用Throw?我照着帮助的例子面写,报错如下:
Exception type 'uo_exception' must either be caught in this method, or declare in the throws clause of this method prototype.
首先,在PB8中怎么使用Throw?我照着帮助的例子面写,报错如下: Exception type 'uo_exception' must either be caught in this method, or declare in the throws clause of this method prototype. 第二,用PB+EAServer开发,想在服务器端截获错误并抛出,然后在客户端进行显示,怎么实现此功能?谢谢!!