QuickOPC User's Guide and Reference
BrowsePathFormatErrorCode Enumeration



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Navigation.Parsing Namespace : BrowsePathFormatErrorCode Enumeration
Enumeration of possible format error codes in a browse path string.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComVisibleAttribute(True)>
<GuidAttribute("A2A9082F-3F2E-4F9C-81B9-AB67010EC17F")>
Public Enum BrowsePathFormatErrorCode 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As BrowsePathFormatErrorCode
[CLSCompliant(true)]
[ComVisible(true)]
[Guid("A2A9082F-3F2E-4F9C-81B9-AB67010EC17F")]
public enum BrowsePathFormatErrorCode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
[CLSCompliant(true)]
[ComVisible(true)]
[Guid("A2A9082F-3F2E-4F9C-81B9-AB67010EC17F")]
public enum class BrowsePathFormatErrorCode : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
MemberValueDescription
BadlyFormedEscape3Badly formed escape sequence.
EmptyElement4Empty element in a browse path.
InvalidBrowseName5Invalid browse name.
InvalidReference6Invalid reference in a browse path.
None0No format error in a browse path.
NotRelative1The browse path is not relative.
ReferenceTooDeep8Reference in a browse path is too deep.
RelativeWithNoBase2No base path given for a relative browse path.
UnknownReference7Unknown reference in a browse path.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         OpcLabs.BaseLib.Navigation.Parsing.BrowsePathFormatErrorCode

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also