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