ManualResetValueTaskSourceCore<TResult>.SetException(Exception) Method

Definition

Completes with an error.

public:
 void SetException(Exception ^ error);
public void SetException (Exception error);
member this.SetException : Exception -> unit
Public Sub SetException (error As Exception)

Parameters

error
Exception

The exception.

Applies to