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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere .NET API Reference » iAnywhere.QAnywhere.WS namespace (.NET 1.0) » WSListener interface

WSListener members Next Page

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