17 references to CreatePrematureEOFException
System.ServiceModel (17)
System\ServiceModel\Channels\ConnectionModeReader.cs (1)
168throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.CreatePrematureEOFException());
System\ServiceModel\Channels\FramingChannels.cs (4)
986throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.CreatePrematureEOFException()); 1051decoder.CreatePrematureEOFException())); 1072throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new MessageSecurityException(SR.GetString(SR.ServerRejectedUpgradeRequest), decoder.CreatePrematureEOFException())); 1157throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.CreatePrematureEOFException());
System\ServiceModel\Channels\MsmqDecodeHelper.cs (4)
51throw listener.NormalizePoisonException(lookupId, modeDecoder.CreatePrematureEOFException()); 95throw listener.NormalizePoisonException(messageProperty.LookupId, decoder.CreatePrematureEOFException()); 211throw listener.NormalizePoisonException(messageProperty.LookupId, sessionDecoder.CreatePrematureEOFException()); 277throw listener.NormalizePoisonException(messageProperty.LookupId, sessionDecoder.CreatePrematureEOFException());
System\ServiceModel\Channels\SessionConnectionReader.cs (5)
140throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.CreatePrematureEOFException()); 432throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.CreatePrematureEOFException()); 793throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(channel.decoder.CreatePrematureEOFException()); 1005throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.CreatePrematureEOFException()); 1530throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.CreatePrematureEOFException());
System\ServiceModel\Channels\SingletonConnectionReader.cs (3)
426throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(this.Decoder.CreatePrematureEOFException()); 895throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.CreatePrematureEOFException()); 1566throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(decoder.CreatePrematureEOFException());