QuickOPC User's Guide and Reference
UAIndexRangeListFormatException Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Parsing Namespace : UAIndexRangeListFormatException Class
The exception that is thrown when the string format of the OPC-UA qualified name is incorrect.
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.Parsing.ComTypes._UAIndexRangeListFormatException)>
<ComVisibleAttribute(True)>
<GuidAttribute("4013FA23-29D0-41C3-A3D3-05791B7B2D18")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<CLSCompliantAttribute(True)>
<SerializableAttribute()>
Public Class UAIndexRangeListFormatException 
   Inherits OpcLabs.BaseLib.FormatException2
   Implements OpcLabs.BaseLib.ComTypes._FormatException2, OpcLabs.EasyOpc.UA.Parsing.ComTypes._UAIndexRangeListFormatException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As UAIndexRangeListFormatException
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Parsing.ComTypes._UAIndexRangeListFormatException)]
[ComVisible(true)]
[Guid("4013FA23-29D0-41C3-A3D3-05791B7B2D18")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public class UAIndexRangeListFormatException : OpcLabs.BaseLib.FormatException2, OpcLabs.BaseLib.ComTypes._FormatException2, OpcLabs.EasyOpc.UA.Parsing.ComTypes._UAIndexRangeListFormatException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Parsing.ComTypes._UAIndexRangeListFormatException)]
[ComVisible(true)]
[Guid("4013FA23-29D0-41C3-A3D3-05791B7B2D18")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public ref class UAIndexRangeListFormatException : public OpcLabs.BaseLib.FormatException2, OpcLabs.BaseLib.ComTypes._FormatException2, OpcLabs.EasyOpc.UA.Parsing.ComTypes._UAIndexRangeListFormatException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Remarks
May come form parsing OpcLabs.EasyOpc.UA.UAIndexRangeList.
Inheritance Hierarchy

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

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