次の方法で共有


ResponseCompletionSource<TResult>.SetException(Exception) メソッド

定義

例外を指定してこのインスタンスを完了します。

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

パラメーター

exception
Exception

例外。

適用対象