Called when an exception occurs during processing of the result of an asynchronous web service request.
Visual Basic
Public Sub OnException( _
ByVal e As iAnywhere.QAnywhere.WS.WSException, _
ByVal wsResult As iAnywhere.QAnywhere.WS.WSResult _
)
C#
public void OnException(
iAnywhere.QAnywhere.WS.WSException e,
iAnywhere.QAnywhere.WS.WSResult wsResult
);
e The WSException that occurred during processing of the result.
wsResult A WSResult, from which the request ID may be obtained. Values of this WSResult are not defined.