QuickOPC User's Guide and Reference
UANodeIdFormatException Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Parsing Namespace : UANodeIdFormatException Class
The exception that is thrown when the string format of the OPC-UA node ID is incorrect.
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.AddressSpace.Parsing.ComTypes._UANodeIdFormatException)>
<ComVisibleAttribute(True)>
<GuidAttribute("7AFA22BC-070F-4266-B286-3D910F91F5FC")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<CLSCompliantAttribute(True)>
<SerializableAttribute()>
Public Class UANodeIdFormatException 
   Inherits OpcLabs.BaseLib.FormatException2
   Implements OpcLabs.BaseLib.ComTypes._FormatException2, OpcLabs.EasyOpc.UA.AddressSpace.Parsing.ComTypes._UANodeIdFormatException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As UANodeIdFormatException
[ComDefaultInterface(OpcLabs.EasyOpc.UA.AddressSpace.Parsing.ComTypes._UANodeIdFormatException)]
[ComVisible(true)]
[Guid("7AFA22BC-070F-4266-B286-3D910F91F5FC")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public class UANodeIdFormatException : OpcLabs.BaseLib.FormatException2, OpcLabs.BaseLib.ComTypes._FormatException2, OpcLabs.EasyOpc.UA.AddressSpace.Parsing.ComTypes._UANodeIdFormatException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[ComDefaultInterface(OpcLabs.EasyOpc.UA.AddressSpace.Parsing.ComTypes._UANodeIdFormatException)]
[ComVisible(true)]
[Guid("7AFA22BC-070F-4266-B286-3D910F91F5FC")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public ref class UANodeIdFormatException : public OpcLabs.BaseLib.FormatException2, OpcLabs.BaseLib.ComTypes._FormatException2, OpcLabs.EasyOpc.UA.AddressSpace.Parsing.ComTypes._UANodeIdFormatException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Remarks
This exception may come from parsing OpcLabs.EasyOpc.UA.AddressSpace.UANodeId.
Inheritance Hierarchy

System.Object
   System.Exception
      System.SystemException
         System.FormatException
            OpcLabs.BaseLib.FormatException2
               OpcLabs.EasyOpc.UA.AddressSpace.Parsing.UANodeIdFormatException

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