QuickOPC User's Guide and Reference
UABrowsePathFormatException Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Navigation.Parsing Namespace : UABrowsePathFormatException Class
Indicates an error in the string form of the OPC-UA browse path.
Object Model
UABrowsePathFormatException ClassIStringParsingError Interface
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.Navigation.Parsing.ComTypes._UABrowsePathFormatException)>
<ComVisibleAttribute(True)>
<GuidAttribute("5859AD27-4F45-4717-A7F1-430A2BEE0018")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<CLSCompliantAttribute(True)>
<SerializableAttribute()>
Public Class UABrowsePathFormatException 
   Inherits OpcLabs.BaseLib.FormatException2
   Implements OpcLabs.BaseLib.ComTypes._FormatException2, OpcLabs.BaseLib.IErrorIdProvider, OpcLabs.EasyOpc.UA.Navigation.Parsing.ComTypes._UABrowsePathFormatException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As UABrowsePathFormatException
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Navigation.Parsing.ComTypes._UABrowsePathFormatException)]
[ComVisible(true)]
[Guid("5859AD27-4F45-4717-A7F1-430A2BEE0018")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public class UABrowsePathFormatException : OpcLabs.BaseLib.FormatException2, OpcLabs.BaseLib.ComTypes._FormatException2, OpcLabs.BaseLib.IErrorIdProvider, OpcLabs.EasyOpc.UA.Navigation.Parsing.ComTypes._UABrowsePathFormatException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Navigation.Parsing.ComTypes._UABrowsePathFormatException)]
[ComVisible(true)]
[Guid("5859AD27-4F45-4717-A7F1-430A2BEE0018")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public ref class UABrowsePathFormatException : public OpcLabs.BaseLib.FormatException2, OpcLabs.BaseLib.ComTypes._FormatException2, OpcLabs.BaseLib.IErrorIdProvider, OpcLabs.EasyOpc.UA.Navigation.Parsing.ComTypes._UABrowsePathFormatException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Inheritance Hierarchy

System.Object
   System.Exception
      System.SystemException
         System.FormatException
            OpcLabs.BaseLib.FormatException2
               OpcLabs.EasyOpc.UA.Navigation.Parsing.UABrowsePathFormatException

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