Skip to content

SSH.Session.GetLastError

Andrew Lambert edited this page Jul 26, 2018 · 6 revisions

SSH.Session.GetLastError

Method Signature

 Function GetLastError() As Integer

Return value

Returns the most recent internal error code for the session.

Remarks

Most operations return an error code that is stored in the LastError property. Other operations return other sorts of data, and you must call this method to receive the error code.

Clone this wiki locally