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