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