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