3 references to UnsupportedContentTypeException
Microsoft.AspNetCore.Mvc.Core (2)
Formatters\TextInputFormatter.cs (1)
45
var exception = new
UnsupportedContentTypeException
(message);
ModelBinding\Binders\BodyModelBinder.cs (1)
147
var exception = new
UnsupportedContentTypeException
(message);
Microsoft.AspNetCore.Mvc.Core.Test (1)
ModelBinding\UnsupportedContentTypeFilterTest.cs (1)
33
new
UnsupportedContentTypeException
("error"),