SecureBlackbox

200+ components and classes for all aspects of digital security of your data

Filter: C#/Java  VB.NET  Pascal  ActiveX  C++ 


TElSSHTunnelConnectionList.OnError

TElSSHTunnelConnectionList     See also    


 

This event is fired when error occurs during transfer through logical connection

   

Declaration

[C#/Java]
    not applicable;

[VB.NET]
    not applicable;

[Pascal]
    not applicable;

[VB6]
    Event OnError(ConnIndex As Long, ErrorCode As Long)

[ActiveX]
    void _stdcall OnError([in] long ConnIndex, [in] long ErrorCode );

[C++]
    not implemented;

   

Parameters

  • ConnIndex - index of the connection in the list.
  • ErrorCode - the code which describes the error
   

Description

    Handle this event to be notified about errors which occur during data transfer

   

See also:     OnClose     OnData     OnExtendedData    

 
Back to top