TransferStateMachineException Property
Reflects any errors which occurred during execution (null on successful completion).
This property may be accessed only after the execution has completed.
Namespace: Quine.FileTransferAssembly: Quine.FileTransfer (in Quine.FileTransfer.dll) Version: 1.0.0+6efd94d5454131cfac18f827c2a4172cb83f1e24
public Exception? Exception { get; }
Property Value
Exception
In rare cases, due to inherent race conditions during parallel execution, this property might not reflect the "real"
exception that occurred. This happens when: