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

ScpException

public class ScpException : SshException
The exception that is thrown when SCP error occurred.
public ScpException()

Initializes a new instance of the ScpException class.

public ScpException(string message)

Initializes a new instance of the ScpException class.

public ScpException(string message, Exception innerException)

Initializes a new instance of the ScpException class.

Initializes a new instance of the ScpException class.