SftpPermissionDeniedException ClassSSH .NET Client Library Documentation
The exception that is thrown when operation permission is denied.
The exception that is thrown when operation permission is denied.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Exception
    Renci.SshNet.Common SshException
      Renci.SshNet.Common SftpPermissionDeniedException

Namespace: Renci.SshNet.Common
Assembly: Renci.SshNet (in Renci.SshNet.dll) Version: 0.1.0.0 (1.0.0.0)
Syntax

[SerializableAttribute]
public class SftpPermissionDeniedException : SshException
See Also