XPathExceptionCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
TODO
public enum XPathExceptionCode
type XPathExceptionCode =
Public Enum XPathExceptionCode
- Inheritance
-
XPathExceptionCode
Fields
Name | Value | Description |
---|---|---|
Success | 0 | TODO |
UnclosedString | 1 | TODO |
TokenExpected | 2 | TODO |
NodeTestExpected | 3 | TODO |
ExpressionExpected | 4 | TODO |
NumberExpected | 5 | TODO |
BooleanExpected | 6 | TODO |
QueryExpected | 7 | TODO |
UnknownMethod | 8 | TODO |
TestExpected | 9 | TODO |
InvalidArgument | 10 | TODO |
InvalidNumArgs | 11 | TODO |
InvalidName | 12 | TODO |
InvalidNodeType | 13 | TODO |
InvalidToken | 14 | TODO |
FunctionExpected | 15 | TODO |
NodeSetExpected | 16 | TODO |
NoXPathActive | 17 | TODO |
NotSupported | 18 | TODO |
InvalidPattern | 19 | TODO |
BadQueryObject | 20 | TODO |
InvalidDataRecordFilter | 21 | TODO |
InvalidPrefix | 22 | TODO |
NoSelectedSet | 23 | TODO |
MovedFromSelection | 24 | TODO |
ConstantExpected | 25 | TODO |
InvalidVariable | 26 | TODO |
UndefinedXsltContext | 27 | TODO |
BadContext | 28 | TODO |
Last | 29 | TODO |