TransferStateMachineException Property

Reflects any errors which occurred during execution (null on successful completion). This property may be accessed only after the execution has completed.

Definition

Namespace: Quine.FileTransfer
Assembly: Quine.FileTransfer (in Quine.FileTransfer.dll) Version: 1.0.0+6efd94d5454131cfac18f827c2a4172cb83f1e24
C#
public Exception? Exception { get; }

Property Value

Exception

Remarks

In rare cases, due to inherent race conditions during parallel execution, this property might not reflect the "real" exception that occurred. This happens when:

Exceptions

InvalidOperationExceptionThe property is accessed during execution.

See Also