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