Class SftpPathNotFoundException
The exception that is thrown when file or directory is not found.
public class SftpPathNotFoundException : SshException, ISerializable
- Inheritance
-
SftpPathNotFoundException
- Implements
- Inherited Members
Constructors
SftpPathNotFoundException()
Initializes a new instance of the SftpPathNotFoundException class.
public SftpPathNotFoundException()
SftpPathNotFoundException(string)
Initializes a new instance of the SftpPathNotFoundException class.
public SftpPathNotFoundException(string message)
Parameters
message
stringThe message.
SftpPathNotFoundException(string, Exception)
Initializes a new instance of the SftpPathNotFoundException class.
public SftpPathNotFoundException(string message, Exception innerException)