2 references to
System.Private.Xml (2)
System\Xml\XPath\XPathException.cs (2)
65public XPathException() : this(string.Empty, (Exception?)null) { } 67public XPathException(string? message) : this(message, (Exception?)null) { }