6 references to ParsingException
System.ServiceModel (6)
System\ServiceModel\Channels\ChannelReliableSession.cs (4)
399if (info.ParsingException != null) 413e = new ProtocolException(SR.GetString(SR.MessageExceptionOccurred), info.ParsingException); 872if (info.ParsingException != null) 873throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ProtocolException(SR.GetString(SR.UnparsableCSResponse), info.ParsingException));
System\ServiceModel\Channels\ReliableChannelListener.cs (2)
1092if (info.ParsingException != null) 1431if (info.ParsingException != null)