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

定義

エラーで完了します。

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

パラメーター

error
Exception

例外。

適用対象