3 writes to parsingException
System.ServiceModel (3)
System\ServiceModel\Channels\WsrmMessageInfo.cs (3)
639messageInfo.parsingException = exception; 653messageInfo.parsingException = new ProtocolException(SR.GetString(SR.MessageExceptionOccurred), exception); 661messageInfo.parsingException = new ProtocolException(SR.GetString(SR.MessageExceptionOccurred), exception);
1 reference to parsingException
System.ServiceModel (1)
System\ServiceModel\Channels\WsrmMessageInfo.cs (1)
157return this.parsingException;