Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
在处理异步 Web 服务请求的结果期间出现异常时调用。
Public Sub OnException( ByVal e As WSException, ByVal wsResult As WSResult )
public void OnException(WSException e, WSResult wsResult)
e 处理结果期间发生的 WSException。
WSResult 可从中获取请求 ID 的 WSResult。此 WSResult 的值未定义。