OPC Labs EasyOPC-UA Library
UABrowsePathFormatException Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UABrowsePathFormatException Object
Description
Indicates an error in the string form of the OPC-UA browse path.

 

ProgId: OpcLabs.EasyOpc.UA.Navigation.Parsing.UABrowsePathFormatException
CLSID (Class ID): 5859ad27-4f45-4717-a7f1-430a2bee0018
Default interface: OpcLabs.EasyOpc.UA.Navigation.Parsing.ComTypes._UABrowsePathFormatException
Event source interface:

 

For more information, see UABrowsePathFormatException and OpcLabs.EasyOpc.UA.Navigation.Parsing.ComTypes._UABrowsePathFormatException in .NET Reference.

Object Model

UABrowsePathFormatException ObjectStringParsingError Object

Remarks

For remarks, see UABrowsePathFormatException and OpcLabs.EasyOpc.UA.Navigation.Parsing.ComTypes._UABrowsePathFormatException in .NET Reference.

Object creation

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

See Also

UABrowsePathFormatException Members