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

Renci.SshNet.Common.SshOperationTimeoutException

The exception that is thrown when operation is timed out.
namespace Renci.SshNet.Common { public class SshOperationTimeoutException : SshException { public SshOperationTimeoutException(); public SshOperationTimeoutException(string message); public SshOperationTimeoutException(string message, Exception innerException); } }