SftpBatchTransferProblemDetectedEventArgs.Exception Property
Namespace: Rebex.Net
Assembly: Rebex.Sftp.dll (version 7.0.9083)
Exception
Gets the exception which will be raised if Action property is set to SftpBatchTransferAction.ThrowException. The ProblemType property contains further description.
Declaration
public SftpBatchTransferException Exception { get; }
Property Value
Type | Description |
---|---|
Rebex.Net.SftpBatchTransferException | Exception. |