SshException is thrown by many methods of Ssh class. The methods are masking various exception types into SshException, but the event message will be propagated. In case that the cause for throwing SshException is not exception but invalid client operation or server response, SshException message will contain textual part of server response.

Namespace: Jscape.Ssh
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public class SshException : Exception
Visual Basic
Public Class SshException _
	Inherits Exception
Visual C++
public ref class SshException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Jscape.Ssh..::..SshException
      Jscape.Ssh..::..SshAuthenticationException
      Jscape.Ssh..::..SshTaskTimeoutException

See Also