I have a some custom converters that have been added to the SerializationSettings for my WebApi project. When I throw an exception inside one of the these converters, I still get a call to the Action. Depending on which converter failed the body parameter can be null or the default value set. What am I missing that can cause the webapi throw that error so I can deal with it at a more global level?
webapi verison: 4.0.30506
json.net version : 5.0.8