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