Enumeration of possible format error codes in a browse path string.
UUID: a2a9082f-3f2e-4f9c-81b9-ab67010ec17f
For more information, see BrowsePathFormatErrorCode in .NET Reference.
UUID: a2a9082f-3f2e-4f9c-81b9-ab67010ec17f
For more information, see BrowsePathFormatErrorCode in .NET Reference.
Member | Value | Description |
---|---|---|
BrowsePathFormatErrorCode_BadlyFormedEscape | 3 | Badly formed escape sequence. |
BrowsePathFormatErrorCode_EmptyElement | 4 | Empty element in a browse path. |
BrowsePathFormatErrorCode_InvalidBrowseName | 5 | Invalid browse name. |
BrowsePathFormatErrorCode_InvalidReference | 6 | Invalid reference in a browse path. |
BrowsePathFormatErrorCode_None | 0 | No format error in a browse path. |
BrowsePathFormatErrorCode_NotRelative | 1 | The browse path is not relative. |
BrowsePathFormatErrorCode_ReferenceTooDeep | 8 | Reference in a browse path is too deep. |
BrowsePathFormatErrorCode_RelativeWithNoBase | 2 | No base path given for a relative browse path. |
BrowsePathFormatErrorCode_UnknownReference | 7 | Unknown reference in a browse path. |
For remarks, see BrowsePathFormatErrorCode in .NET Reference.
For examples, see BrowsePathFormatErrorCode in .NET Reference.