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