2 implementations of DetailType
System.ServiceModel.Web (2)
System\ServiceModel\Web\WebFaultException.cs (2)
41Type IWebFaultException.DetailType 173Type IWebFaultException.DetailType
3 references to DetailType
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\WebErrorHandler.cs (3)
77fault = context.CreateJsonResponse(webFaultException.DetailObject, new DataContractJsonSerializer(webFaultException.DetailType, webFaultException.KnownTypes)); 82fault = context.CreateXmlResponse(webFaultException.DetailObject, new XmlSerializer(webFaultException.DetailType, webFaultException.KnownTypes)); 86fault = context.CreateXmlResponse(webFaultException.DetailObject, new DataContractSerializer(webFaultException.DetailType, webFaultException.KnownTypes));