4 references to MessageExceptionOccurred
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ChannelReliableSession.cs (1)
318e = new ProtocolException(SRP.MessageExceptionOccurred, info.ParsingException);
System\ServiceModel\Channels\WsrmMessageInfo.cs (3)
543messageInfo._faultException = new ProtocolException(SRP.MessageExceptionOccurred, exception); 547messageInfo.ParsingException = new ProtocolException(SRP.MessageExceptionOccurred, exception); 555messageInfo.ParsingException = new ProtocolException(SRP.MessageExceptionOccurred, exception);