ValueTask<TResult>.IsFaulted Proprietà

Definizione

Ottiene un valore che indica se l'oggetto rappresenta un'operazione non riuscita.

public:
 property bool IsFaulted { bool get(); };
public bool IsFaulted { get; }
member this.IsFaulted : bool
Public ReadOnly Property IsFaulted As Boolean

Valore della proprietà

true se questo oggetto rappresenta un'operazione non riuscita; in caso contrario, false.

Si applica a