OPC Labs EasyOPC-UA Library
UAIndexRangeListFormatException Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAIndexRangeListFormatException Object
Description
The exception that is thrown when the string format of the OPC-UA index range list is incorrect.

 

ProgId: OpcLabs.EasyOpc.UA.Parsing.UAIndexRangeListFormatException
CLSID (Class ID): 4013fa23-29d0-41c3-a3d3-05791b7b2d18
Default interface: OpcLabs.EasyOpc.UA.Parsing.ComTypes._UAIndexRangeListFormatException
Event source interface:

 

For more information, see UAIndexRangeListFormatException and OpcLabs.EasyOpc.UA.Parsing.ComTypes._UAIndexRangeListFormatException in .NET Reference.

Remarks

For remarks, see UAIndexRangeListFormatException and OpcLabs.EasyOpc.UA.Parsing.ComTypes._UAIndexRangeListFormatException in .NET Reference.

Object creation

_UAIndexRangeListFormatExceptionPtr UAIndexRangeListFormatExceptionPtr(__uuidof(UAIndexRangeListFormatException));
UAIndexRangeListFormatException := CoUAIndexRangeListFormatException.Create;
var UAIndexRangeListFormatException = new ActiveXObject("OpcLabs.EasyOpc.UA.Parsing.UAIndexRangeListFormatException");
UAIndexRangeListFormatException := CoUAIndexRangeListFormatException.Create;
$UAIndexRangeListFormatException = Win32::OLE->new("OpcLabs.EasyOpc.UA.Parsing.UAIndexRangeListFormatException");
$UAIndexRangeListFormatException = new COM("OpcLabs.EasyOpc.UA.Parsing.UAIndexRangeListFormatException");
OLEObject UAIndexRangeListFormatException
UAIndexRangeListFormatException = CREATE OLEObject
UAIndexRangeListFormatException.ConnectToNewObject("OpcLabs.EasyOpc.UA.Parsing.UAIndexRangeListFormatException")
UAIndexRangeListFormatException = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Parsing.UAIndexRangeListFormatException')
Dim UAIndexRangeListFormatException As New OleObject ("OpcLabs.EasyOpc.UA.Parsing.UAIndexRangeListFormatException")
Dim UAIndexRangeListFormatException As New UAIndexRangeListFormatException
UAIndexRangeListFormatException = CREATEOBJECT("OpcLabs.EasyOpc.UA.Parsing.UAIndexRangeListFormatException")
Dim UAIndexRangeListFormatException As New UAIndexRangeListFormatException
Dim UAIndexRangeListFormatException: Set UAIndexRangeListFormatException = CreateObject("OpcLabs.EasyOpc.UA.Parsing.UAIndexRangeListFormatException")
UAIndexRangeListFormatException := CreateObject("OpcLabs.EasyOpc.UA.Parsing.UAIndexRangeListFormatException")
Interfaces
InterfaceDescription

 

IID (Interface ID): b36b5c63-42ef-38bc-a07e-0b34c98f164a

 

For more information, see _Exception in .NET Reference.

A portable replacement for System.FormatException.

 

IID (Interface ID): dcdb33dc-9c30-496b-a680-2e447908d864

 

For more information, see _FormatException2 in .NET Reference.

 

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see UAIndexRangeListFormatException in .NET Reference.

See Also

UAIndexRangeListFormatException Members