ValueTask.IsFaulted Property

Definition

Gets a value that indicates whether this object represents a failed operation.

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

Property Value

true if this object represents a failed operation; otherwise, false.

Applies to