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