3 writes to fault
System.ServiceModel (3)
System\ServiceModel\FaultException.cs (3)
105this.fault = fault; 116this.fault = fault; 125this.fault = (MessageFault)info.GetValue("messageFault", typeof(MessageFault));
4 references to fault
System.ServiceModel (4)
System\ServiceModel\FaultException.cs (4)
161get { return this.fault; } 201if (this.fault != null) 203return this.fault; 226info.AddValue("messageFault", this.fault);