Table of Contents

Class SftpPermissionDeniedException

Namespace
Renci.SshNet.Common
Assembly
Renci.SshNet.dll

The exception that is thrown when operation permission is denied.

public class SftpPermissionDeniedException : SftpException, 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 that describes the error.

SftpPermissionDeniedException(string?, Exception?)

Initializes a new instance of the Renci.SshNet.Common.SftpPermissionDeniedException class.

public SftpPermissionDeniedException(string? message, Exception? innerException)

Parameters

message string?

The error message that explains the reason for the exception.

innerException Exception?

The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.