2 implementations of DetailObject
System.ServiceModel.Web (2)
System\ServiceModel\Web\WebFaultException.cs (2)
48object IWebFaultException.DetailObject 180object IWebFaultException.DetailObject
4 references to DetailObject
System.ServiceModel.Web (4)
System\ServiceModel\Dispatcher\WebErrorHandler.cs (4)
72if (webFaultException.DetailObject != null) 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));