Constructs a new SftpPermissionsDeniedException instance

Namespace: Jscape.Sftp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public SftpPermissionsDeniedException(
	string resource
)
Visual Basic
Public Sub New ( _
	resource As String _
)
Visual C++
public:
SftpPermissionsDeniedException(
	String^ resource
)

Parameters

resource
Type: System..::..String
the resource for which permissions where denied

See Also