<PackageReference Include="SSH.NET" Version="2013.4.7" />

SshException

public class SshException : Exception
The exception that is thrown when SSH exception occurs.
public SshException()

Initializes a new instance of the SshException class.

public SshException(string message)

Initializes a new instance of the SshException class.

public SshException(string message, Exception inner)

Initializes a new instance of the SshException class.

Initializes a new instance of the SshException class.