Class SftpPermissionDeniedException
- Namespace
- Renci.SshNet.Common
- Assembly
- Renci.SshNet.dll
The exception that is thrown when operation permission is denied.
public class SftpPermissionDeniedException : SshException, ISerializable
Inheritance
Implements
Inherited Members
Constructors
SftpPermissionDeniedException()
Initializes a new instance of the Renci.SshNet.Common.SftpPermissionDeniedException class.
public SftpPermissionDeniedException()
SftpPermissionDeniedException(string)
Initializes a new instance of the Renci.SshNet.Common.SftpPermissionDeniedException class.
public SftpPermissionDeniedException(string message)
Parameters
message
string-
The message.
SftpPermissionDeniedException(string, Exception)
Initializes a new instance of the Renci.SshNet.Common.SftpPermissionDeniedException class.
public SftpPermissionDeniedException(string message, Exception innerException)