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