Exemplo n.º 1
0
 public void OnError(ISocket socket, Exception e)
 {
     NPx.Log.Debug("Socket OnError.");
     e.DebugStackTrace();
     transactionDelegate.OnError(transaction, e);
 }
Exemplo n.º 2
0
 public void OnError(ISocket socket, Exception e)
 {
     Debug.WriteLine("Socket OnError.");
     e.DebugStackTrace();
     transactionDelegate.OnError(e);
 }
Exemplo n.º 3
0
 public void OnError(Exception e)
 {
     _realDelegate.OnError(e);
 }
Exemplo n.º 4
0
 public void OnError(Exception e)
 {
     del.OnError(tx, e);
 }