1 override of CreateException
System.ServiceModel (1)
System\ServiceModel\Channels\WsrmFault.cs (1)
659public override CommunicationException CreateException()
28 references to CreateException
System.ServiceModel (28)
System\ServiceModel\Channels\ChannelReliableSession.cs (5)
364e = fault.CreateException(); 524Exception e = fault.CreateException(); 530this.OnLocalFault(fault.CreateException(), fault, context); 606Exception e = fault.CreateException(); 612this.OnLocalFault(fault.CreateException(), fault, context);
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
613this.session.OnLocalFault(fault.CreateException(), fault, null); 1418throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(fault.CreateException());
System\ServiceModel\Channels\ReliableInputSessionChannel.cs (3)
403throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(fault.CreateException()); 820this.ReliableSession.OnLocalFault(fault.CreateException(), fault, null); 1216this.ReliableSession.OnLocalFault(fault.CreateException(), fault, context);
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (1)
3645session.OnLocalFault(fault.CreateException(), fault, context);
System\ServiceModel\Channels\ReliableOutputConnection.cs (2)
515RaiseFault(fault.CreateException(), fault); 540RaiseFault(fault.CreateException(), fault);
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
513throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(fault.CreateException()); 652this.session.OnLocalFault(fault.CreateException(), fault, null);
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (6)
611throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(fault.CreateException()); 823this.session.OnLocalFault(fault.CreateException(), fault, context); 972this.session.OnLocalFault(fault.CreateException(), fault, context); 1133this.session.OnLocalFault(fault.CreateException(), fault, context); 1207this.session.OnLocalFault(fault.CreateException(), fault, context); 1309throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(fault.CreateException());
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (5)
596throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(fault.CreateException()); 649this.session.OnLocalFault(fault.CreateException(), fault, null); 663this.session.OnLocalFault(fault.CreateException(), fault, null); 679this.session.OnLocalFault(fault.CreateException(), fault, null); 693this.session.OnLocalFault(fault.CreateException(), fault, null);
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
832throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MessageNumberRolloverFault(this.id).CreateException());
System\ServiceModel\Channels\WsrmFault.cs (1)
121return fault.CreateException();