Class SftpPermissionDeniedException
- Namespace
- Renci.SshNet.Common
- Assembly
- Renci.SshNet.dll
The exception that is thrown when operation permission is denied.
public class SftpPermissionDeniedException : SftpException, ISerializableInheritance
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
messagestring?-
The message that describes the error.
SftpPermissionDeniedException(string?, Exception?)
Initializes a new instance of the Renci.SshNet.Common.SftpPermissionDeniedException class.
public SftpPermissionDeniedException(string? message, Exception? innerException)