2 references to MessageNumberRolloverFault
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableReplySessionChannel.cs (1)
610
MessageNumberRolloverFault fault = new
MessageNumberRolloverFault
(this.session.OutputID);
System\ServiceModel\Channels\TransmissionStrategy.cs (1)
832
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new
MessageNumberRolloverFault
(this.id).CreateException());