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