Edit

Share via


ResponseCompletionSource<TResult>.SetException(Exception) Method

Definition

Completes this instance with an exception.

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

Parameters

exception
Exception

The exception.

Applies to