3 references to QName
System.Private.Xml (3)
System\Xml\XPath\Internal\FunctionQuery.cs (2)
58
throw XPathException.Create(SR.Xp_UndefFunc,
QName
);
92
throw XPathException.Create(SR.Xp_FunctionFailed,
QName
, ex);
System\Xml\XPath\Internal\VariableQuery.cs (1)
36
throw XPathException.Create(SR.Xp_UndefVar,
QName
);