3 references to QName
System.Xml (3)
System\Xml\XPath\Internal\FunctionQuery.cs (2)
51
throw XPathException.Create(Res.Xp_UndefFunc,
QName
);
72
throw XPathException.Create(Res.Xp_FunctionFailed,
QName
, ex);
System\Xml\XPath\Internal\VariableQuery.cs (1)
34
throw XPathException.Create(Res.Xp_UndefVar,
QName
);