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