2 implementations of KnownTypes
System.ServiceModel.Web (2)
System\ServiceModel\Web\WebFaultException.cs (2)
55Type[] IWebFaultException.KnownTypes 187Type[] IWebFaultException.KnownTypes
3 references to KnownTypes
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));