2 references to CreateParseException
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\ServiceParser.cs (2)
246
return
CreateParseException
(message, null, sourceCode);
251
return
CreateParseException
(innerException.Message, innerException, sourceCode);