3 references to ErrorDeserializingInputData
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);