4 references to InputFormatterException
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonInputFormatter.cs (1)
143return new InputFormatterException(jsonException.Message, jsonException);
Microsoft.AspNetCore.Mvc.Formatters.Xml (3)
XmlDataContractSerializerInputFormatter.cs (1)
161throw new InputFormatterException(Resources.ErrorDeserializingInputData, exception);
XmlSerializerInputFormatter.cs (2)
152throw new InputFormatterException(Resources.ErrorDeserializingInputData, exception.InnerException); 157throw new InputFormatterException(Resources.ErrorDeserializingInputData, exception.InnerException);