PoolingAsyncValueTaskMethodBuilder<TResult>.SetException 方法

定义

将值任务标记为失败,并将指定的异常绑定到值任务。

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

参数

exception
Exception

要绑定到值任务的异常。

适用于