Skip to content

SSH.Session.GetLastError

Andrew Lambert edited this page Nov 26, 2022 · 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.

See also

Clone this wiki locally