Renci.SshNet.Common.ScpException
The exception that is thrown when SCP error occurred.
namespace Renci.SshNet.Common
{
public class ScpException : SshException
{
public ScpException();
public ScpException(string message);
public ScpException(string message, Exception innerException);
}
}