Class Future.IncompletedFutureException
Represents exception indicating that the result is requested from incompleted Future object.
Namespace: DotNext.Threading.Tasks
Assembly: DotNext.dll
Syntax
protected sealed class IncompletedFutureException : InvalidOperationException
Constructors
| Improve this Doc View SourceIncompletedFutureException()
Initializes a new exception.
Declaration
public IncompletedFutureException()