Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

AwaitableCompletionSource<T0>.SetException

Declaration

public void SetException(Exception exception);

Parameters

exception Exception to raise in the continuation.

Description

Raise completion with an exception.