Discuss this help topic in SecureBlackbox Forum

TElIdSSHClient.OnError

TElIdSSHClient     


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


This event is fired when some error takes 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

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

Discuss this help topic in SecureBlackbox Forum