Freigeben über


InputFormatterResult.FailureAsync Methode

Definition

Gibt ein Task zurück, das bei Abschluss einen InputFormatterResult angibt, der angibt, dass der ReadAsync(InputFormatterContext) Vorgang fehlgeschlagen ist.

public:
 static System::Threading::Tasks::Task<Microsoft::AspNetCore::Mvc::Formatters::InputFormatterResult ^> ^ FailureAsync();
public static System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult> FailureAsync ();
static member FailureAsync : unit -> System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.Formatters.InputFormatterResult>
Public Shared Function FailureAsync () As Task(Of InputFormatterResult)

Gibt zurück

Ein Task , das bei Abschluss einen InputFormatterResult angibt, der den ReadAsync(InputFormatterContext) fehlgeschlagenen Vorgang angibt, d. h. mit HasErrortrue.

Gilt für: