4 references to Xml_UserException
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaException.cs (1)
52this((message == null ? ResXml.Sch_DefaultException : ResXml.Xml_UserException), new string[] { message }, innerException, null, lineNumber, linePosition, null)
FrameworkFork\Microsoft.Xml\Xml\XmlException.cs (2)
60_res = (message == null ? ResXml.Xml_DefaultException : ResXml.Xml_UserException); 155return CreateMessage(ResXml.Xml_UserException, new string[] { message }, lineNumber, linePosition);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathException.cs (1)
31this(ResXml.Xml_UserException, new string[] { message }, innerException)