QuickOPC User's Guide and Reference
UAQualifiedNameFormatException Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AddressSpace.Parsing Namespace : UAQualifiedNameFormatException Class
The exception that is thrown when the string format of the OPC-UA qualified name is incorrect.
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.AddressSpace.Parsing.ComTypes._UAQualifiedNameFormatException)>
<ComVisibleAttribute(True)>
<GuidAttribute("C163F819-B1EC-4C88-AF6D-58CF89BD75CA")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<CLSCompliantAttribute(True)>
<SerializableAttribute()>
Public Class UAQualifiedNameFormatException 
   Inherits OpcLabs.BaseLib.FormatException2
   Implements OpcLabs.BaseLib.ComTypes._FormatException2, OpcLabs.EasyOpc.UA.AddressSpace.Parsing.ComTypes._UAQualifiedNameFormatException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As UAQualifiedNameFormatException
[ComDefaultInterface(OpcLabs.EasyOpc.UA.AddressSpace.Parsing.ComTypes._UAQualifiedNameFormatException)]
[ComVisible(true)]
[Guid("C163F819-B1EC-4C88-AF6D-58CF89BD75CA")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public class UAQualifiedNameFormatException : OpcLabs.BaseLib.FormatException2, OpcLabs.BaseLib.ComTypes._FormatException2, OpcLabs.EasyOpc.UA.AddressSpace.Parsing.ComTypes._UAQualifiedNameFormatException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[ComDefaultInterface(OpcLabs.EasyOpc.UA.AddressSpace.Parsing.ComTypes._UAQualifiedNameFormatException)]
[ComVisible(true)]
[Guid("C163F819-B1EC-4C88-AF6D-58CF89BD75CA")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public ref class UAQualifiedNameFormatException : public OpcLabs.BaseLib.FormatException2, OpcLabs.BaseLib.ComTypes._FormatException2, OpcLabs.EasyOpc.UA.AddressSpace.Parsing.ComTypes._UAQualifiedNameFormatException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Remarks
This exception may come form parsing OpcLabs.EasyOpc.UA.AddressSpace.UAQualifiedName.
Inheritance Hierarchy

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

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