32 references to Fault
System.ServiceModel (32)
System\ServiceModel\Channels\ChannelReliableSession.cs (2)
276this.channel.Fault(e); 302this.channel.Fault(e);
System\ServiceModel\Channels\ReliableChannelListener.cs (12)
721this.Fault(unexpectedException); 732this.Fault(expectedException); 753listener.Fault(e); 785this.Fault(e); 902this.Fault(unexpectedException); 906this.Fault(expectedException); 925channelListener.Fault(e); 985this.Fault(e); 1168this.Fault(e); 1210this.Fault(e); 1417this.Fault(e); 1543this.Fault(e);
System\ServiceModel\Channels\SecurityChannelFactory.cs (2)
669this.Fault(faultException); 802Fault(faultException);
System\ServiceModel\Channels\TransportManager.cs (1)
94listener.Fault(exception);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (9)
699this.Fault(exception); 717this.Fault(new ProtocolException(SR.GetString(SR.UnexpectedSecuritySessionCloseResponse))); 731this.Fault(new ProtocolException(SR.GetString(SR.UnexpectedSecuritySessionClose))); 928this.Fault(new FaultException(sessionAbortedFault)); 1151this.Fault(faultException); 2923Fault(faultException); 3518this.channel.Fault(pendingException); 3556this.channel.Fault(pendingException); 3600this.channel.Fault(pendingException);
System\ServiceModel\Security\SecuritySessionServerSettings.cs (6)
1361this.Fault(exception); 3055this.Fault(new ProtocolException(SR.GetString(SR.UnexpectedSecuritySessionCloseResponse))); 3907this.Fault(new ProtocolException(SR.GetString(SR.UnexpectedSecuritySessionCloseResponse))); 4600this.channel.Fault(pendingException); 4637this.channel.Fault(pendingException); 4668this.channel.Fault(pendingException);