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

설정할 예외입니다.

적용 대상