4 implementations of IInputFormatterExceptionPolicy
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\SystemTextJsonInputFormatter.cs (1)
14public partial class SystemTextJsonInputFormatter : TextInputFormatter, IInputFormatterExceptionPolicy
Microsoft.AspNetCore.Mvc.Formatters.Xml (2)
XmlDataContractSerializerInputFormatter.cs (1)
18public class XmlDataContractSerializerInputFormatter : TextInputFormatter, IInputFormatterExceptionPolicy
XmlSerializerInputFormatter.cs (1)
18public class XmlSerializerInputFormatter : TextInputFormatter, IInputFormatterExceptionPolicy
Microsoft.AspNetCore.Mvc.NewtonsoftJson (1)
NewtonsoftJsonInputFormatter.cs (1)
20public partial class NewtonsoftJsonInputFormatter : TextInputFormatter, IInputFormatterExceptionPolicy
3 references to IInputFormatterExceptionPolicy
Microsoft.AspNetCore.Mvc.Abstractions (1)
Formatters\InputFormatterExceptionPolicy.cs (1)
8/// thrown by an <see cref="IInputFormatter"/>. <seealso cref="IInputFormatterExceptionPolicy"/>
Microsoft.AspNetCore.Mvc.Core (2)
Formatters\SystemTextJsonInputFormatter.cs (1)
50InputFormatterExceptionPolicy IInputFormatterExceptionPolicy.ExceptionPolicy => InputFormatterExceptionPolicy.MalformedInputExceptions;
ModelBinding\Binders\BodyModelBinder.cs (1)
194var policy = (formatter as IInputFormatterExceptionPolicy)?.ExceptionPolicy ??