3 writes to ParsingException
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\WsrmMessageInfo.cs (3)
533messageInfo.ParsingException = exception; 547messageInfo.ParsingException = new ProtocolException(SRP.MessageExceptionOccurred, exception); 555messageInfo.ParsingException = new ProtocolException(SRP.MessageExceptionOccurred, exception);
4 references to ParsingException
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\ChannelReliableSession.cs (4)
304if (info.ParsingException != null) 318e = new ProtocolException(SRP.MessageExceptionOccurred, info.ParsingException); 743if (info.ParsingException != null) 744throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ProtocolException(SRP.UnparsableCSResponse, info.ParsingException));