I would recommend two things.
1) To get detailed information about thrown exceptions, I would always set an error policy. This should return more verbose exception messages from your code.
GlobalConfiguration.Configuration.IncludeErrorDetailPolicy = IncludeErrorDetailPolicy.Always;
, RC.
2) , /. . . WebAPIContrib GitHub repo,
3) , asp.net, asp.net, . .