SftpException.Code Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
Code
Gets the SftpErrorCode of the exception.
Declaration
public SftpErrorCode Code { get; }
Property Value
Type | Description |
---|---|
SftpErrorCode | The Code is only meaningful if Status is ProtocolError. |