, , , .
, , , MVC 4. (IncludeErrorDetailPolicy, CustomErrors ..), " " 500.
, :
public class XmlMediaTypeFormatterWrapper : XmlMediaTypeFormatter
{
public override Task WriteToStreamAsync(Type type, object value, Stream stream, HttpContentHeaders contentHeaders, TransportContext transportContext)
{
var ret = base.WriteToStreamAsync(type, value, stream, contentHeaders, transportContext);
if (null != ret.Exception)
return ret;
}
}
Xml Json, ret.Exception , , , , 500. html-, Task.Exception , , , .