ScpException Class
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9147)
The exception that is thrown when an error occurs while using Scp component.
Syntax
public class ScpException : NetworkSessionException, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
Scp |
Initializes a new instance of the Scp |
Scp |
Initializes a new instance of the Scp |
Scp |
Initializes a new instance of the Scp |
Scp |
Initializes a new instance of the Scp |
Scp |
Initializes a new instance of the Scp |
Properties
Name | Description |
---|---|
Protocol |
Gets the protocol error code, if available (usually when Status is set to ProtocolError).
Inherited from Network |
Protocol |
Gets the protocol error message, if available (usually when Status is set to ProtocolError).
Inherited from Network |
Status | Gets the status of the response. |
Transferred | Gets the amount od data transferred before the exception occurred. |