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

SQL Anywhere 11.0.1 (日本語) » QAnywhere » QAnywhere リファレンス » QAnywhere .NET API リファレンス » Web サービス用 QAnywhere .NET API (.NET 2.0) » WSListener インタフェース

 

OnException メソッド

非同期の Web サービス要求の結果を処理中に例外が発生した場合に呼び出されます。

構文
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   結果の処理中に発生した WSException。

  • wsResult   WSResult。これから要求 ID を取得できる場合があります。この WSResult の値は定義されていません。