Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere .NET API reference » QAnywhere .NET API for web services (.NET 2.0) » WSListener interface

 

OnException method

Called when an exception occurs during processing of the result of an asynchronous web service request.

Syntax
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
);
Parameters
  • 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.