This version of Unity is unsupported.

AwaitableCompletionSource<T0>.SetException

Declaration

public void SetException(Exception exception);

Parameters

exception Exception to raise in the continuation.

Description

Raise completion with an exception.