ManualResetValueTaskSourceCore<TResult>.SetException(Exception) Método
Definição
É concluído com um erro.Completes with an error.
public:
void SetException(Exception ^ error);
public void SetException (Exception error);
member this.SetException : Exception -> unit
Public Sub SetException (error As Exception)
Parâmetros
- error
- Exception
A exceção.The exception.