AwaitableEventGroup<T>.SetException method
Transitions the underlying task into the Faulted state and binds it to the specified exception.
public virtual void SetException(Exception exception)
parameter | description |
---|---|
exception | The exception to bind to this task. |
See Also
- class AwaitableEventGroup<T>
- namespace Microsoft.Coyote.Actors
- assembly Microsoft.Coyote.Actors