QuickOPC User's Guide and Reference
BrowsePathFormatException Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Navigation.Parsing Namespace : BrowsePathFormatException Class
Indicates an error in the string form of the browse path.
Object Model
BrowsePathFormatException ClassIStringParsingError Interface
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.Navigation.Parsing.ComTypes._BrowsePathFormatException)>
<ComVisibleAttribute(True)>
<GuidAttribute("F8C787C4-8404-40CA-9923-7F1FB1F54DE0")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<CLSCompliantAttribute(True)>
<SerializableAttribute()>
Public Class BrowsePathFormatException 
   Inherits OpcLabs.BaseLib.FormatException2
   Implements OpcLabs.BaseLib.ComTypes._FormatException2, OpcLabs.BaseLib.Navigation.Parsing.ComTypes._BrowsePathFormatException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As BrowsePathFormatException
[ComDefaultInterface(OpcLabs.BaseLib.Navigation.Parsing.ComTypes._BrowsePathFormatException)]
[ComVisible(true)]
[Guid("F8C787C4-8404-40CA-9923-7F1FB1F54DE0")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public class BrowsePathFormatException : OpcLabs.BaseLib.FormatException2, OpcLabs.BaseLib.ComTypes._FormatException2, OpcLabs.BaseLib.Navigation.Parsing.ComTypes._BrowsePathFormatException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[ComDefaultInterface(OpcLabs.BaseLib.Navigation.Parsing.ComTypes._BrowsePathFormatException)]
[ComVisible(true)]
[Guid("F8C787C4-8404-40CA-9923-7F1FB1F54DE0")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public ref class BrowsePathFormatException : public OpcLabs.BaseLib.FormatException2, OpcLabs.BaseLib.ComTypes._FormatException2, OpcLabs.BaseLib.Navigation.Parsing.ComTypes._BrowsePathFormatException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Inheritance Hierarchy

System.Object
   System.Exception
      System.SystemException
         System.FormatException
            OpcLabs.BaseLib.FormatException2
               OpcLabs.BaseLib.Navigation.Parsing.BrowsePathFormatException

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