4 references to Xml_UserException
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaException.cs (1)
52
this((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
);
155
return CreateMessage(ResXml.
Xml_UserException
, new string[] { message }, lineNumber, linePosition);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathException.cs (1)
31
this(ResXml.
Xml_UserException
, new string[] { message }, innerException)