InputFormatterResult.FailureAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a Task that on completion provides an InputFormatterResult indicating the ReadAsync(InputFormatterContext) operation failed.
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)
Returns
A Task that on completion provides an InputFormatterResult indicating the
ReadAsync(InputFormatterContext) operation failed i.e. with HasErrortrue
.