XPathExceptionCode Enum
Definition
TODO
public enum XPathExceptionCode
type XPathExceptionCode =
Public Enum XPathExceptionCode
- Inheritance
-
XPathExceptionCode
Fields
BadContext | 28 | TODO |
BadQueryObject | 20 | TODO |
BooleanExpected | 6 | TODO |
ConstantExpected | 25 | TODO |
ExpressionExpected | 4 | TODO |
FunctionExpected | 15 | TODO |
InvalidArgument | 10 | TODO |
InvalidDataRecordFilter | 21 | TODO |
InvalidName | 12 | TODO |
InvalidNodeType | 13 | TODO |
InvalidNumArgs | 11 | TODO |
InvalidPattern | 19 | TODO |
InvalidPrefix | 22 | TODO |
InvalidToken | 14 | TODO |
InvalidVariable | 26 | TODO |
Last | 29 | TODO |
MovedFromSelection | 24 | TODO |
NodeSetExpected | 16 | TODO |
NodeTestExpected | 3 | TODO |
NoSelectedSet | 23 | TODO |
NotSupported | 18 | TODO |
NoXPathActive | 17 | TODO |
NumberExpected | 5 | TODO |
QueryExpected | 7 | TODO |
Success | 0 | TODO |
TestExpected | 9 | TODO |
TokenExpected | 2 | TODO |
UnclosedString | 1 | TODO |
UndefinedXsltContext | 27 | TODO |
UnknownMethod | 8 | TODO |