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