Discuss this help topic in SecureBlackbox Forum

TElIdSSHClientServerIOHandler.OnError

TElIdSSHClientServerIOHandler     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This event is fired when some error take place during the session

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnError : TSSHErrorEvent;
    TSSHErrorEvent = procedure (Sender: TObject; ErrorCode : integer) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • ErrorCode - The constant which describes the error

Values

Description

    TElIdSSHClientServerIOHandler fires this event if an error occurs during session. Most of errors are fatal and lead to closing of the connection.

Discuss this help topic in SecureBlackbox Forum