CancellationTokenSource::CancelWithException (open)
Cancels the token with a specific exception
Syntax
LOADLIB "wh::promise.whlib";
MACRO CancelWithException(OBJECT e)Parameters
OBJECT eException to cancel the token with.
Cancels the token with a specific exception
LOADLIB "wh::promise.whlib";
MACRO CancelWithException(OBJECT e)OBJECT eException to cancel the token with.