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