1 write to detail
System.ServiceModel (1)
System\ServiceModel\Dispatcher\FaultContractInfo.cs (1)
38this.detail = detail;
3 references to detail
System.ServiceModel (3)
System\ServiceModel\Dispatcher\FaultContractInfo.cs (3)
47public Type Detail { get { return this.detail; } } 63this.serializer = DataContractSerializerDefaults.CreateSerializer(this.detail, this.knownTypes, int.MaxValue /* maxItemsInObjectGraph */); 67this.serializer = DataContractSerializerDefaults.CreateSerializer(this.detail, this.knownTypes, this.elementName, this.ns == null ? string.Empty : this.ns, int.MaxValue /* maxItemsInObjectGraph */);