3 writes to FaultException
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (3)
3505info.FaultException = new ProtocolException(SR.GetString(SR.ConflictingOffer)); 3527info.FaultException = new ProtocolException(SR.GetString(SR.MessageExceptionOccurred), e); 3543info.FaultException = new ProtocolException(SR.GetString(SR.ConflictingAddress));
6 references to FaultException
System.ServiceModel (6)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
418e = info.FaultException; 457e = info.FaultException;
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (1)
1918this.ReliableSession.OnLocalFault(info.FaultException, info.FaultReply, null);
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (2)
607this.ReliableSession.OnLocalFault(info.FaultException, info.FaultReply, null); 1022this.ReliableSession.OnLocalFault(info.FaultException, info.FaultReply, context);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
935this.session.OnLocalFault(info.FaultException, info.FaultReply, context);