OPC Labs EasyOPC-UA Library
UAQualifiedNameFormatException Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAQualifiedNameFormatException Object
Description
The exception that is thrown when the string format of the OPC-UA qualified name is incorrect.

 

ProgId: OpcLabs.EasyOpc.UA.AddressSpace.Parsing.UAQualifiedNameFormatException
CLSID (Class ID): c163f819-b1ec-4c88-af6d-58cf89bd75ca
Default interface: OpcLabs.EasyOpc.UA.AddressSpace.Parsing.ComTypes._UAQualifiedNameFormatException
Event source interface:

 

For more information, see UAQualifiedNameFormatException and OpcLabs.EasyOpc.UA.AddressSpace.Parsing.ComTypes._UAQualifiedNameFormatException in .NET Reference.

Remarks

For remarks, see UAQualifiedNameFormatException and OpcLabs.EasyOpc.UA.AddressSpace.Parsing.ComTypes._UAQualifiedNameFormatException in .NET Reference.

Object creation

_UAQualifiedNameFormatExceptionPtr UAQualifiedNameFormatExceptionPtr(__uuidof(UAQualifiedNameFormatException));
UAQualifiedNameFormatException := CoUAQualifiedNameFormatException.Create;
var UAQualifiedNameFormatException = new ActiveXObject("OpcLabs.EasyOpc.UA.AddressSpace.Parsing.UAQualifiedNameFormatException");
UAQualifiedNameFormatException := CoUAQualifiedNameFormatException.Create;
$UAQualifiedNameFormatException = Win32::OLE->new("OpcLabs.EasyOpc.UA.AddressSpace.Parsing.UAQualifiedNameFormatException");
$UAQualifiedNameFormatException = new COM("OpcLabs.EasyOpc.UA.AddressSpace.Parsing.UAQualifiedNameFormatException");
OLEObject UAQualifiedNameFormatException
UAQualifiedNameFormatException = CREATE OLEObject
UAQualifiedNameFormatException.ConnectToNewObject("OpcLabs.EasyOpc.UA.AddressSpace.Parsing.UAQualifiedNameFormatException")
UAQualifiedNameFormatException = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.AddressSpace.Parsing.UAQualifiedNameFormatException')
Dim UAQualifiedNameFormatException As New OleObject ("OpcLabs.EasyOpc.UA.AddressSpace.Parsing.UAQualifiedNameFormatException")
Dim UAQualifiedNameFormatException As New UAQualifiedNameFormatException
UAQualifiedNameFormatException = CREATEOBJECT("OpcLabs.EasyOpc.UA.AddressSpace.Parsing.UAQualifiedNameFormatException")
Dim UAQualifiedNameFormatException As New UAQualifiedNameFormatException
Dim UAQualifiedNameFormatException: Set UAQualifiedNameFormatException = CreateObject("OpcLabs.EasyOpc.UA.AddressSpace.Parsing.UAQualifiedNameFormatException")
UAQualifiedNameFormatException := CreateObject("OpcLabs.EasyOpc.UA.AddressSpace.Parsing.UAQualifiedNameFormatException")
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 UAQualifiedNameFormatException in .NET Reference.

See Also

UAQualifiedNameFormatException Members