OPC Labs EasyOPC-UA Library
UALogicalException Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UALogicalException Object
Description
OPC UA exceptions that indicate logical errors in operations.

 

ProgId: OpcLabs.EasyOpc.UA.OperationModel.UALogicalException
CLSID (Class ID): fb18bdf1-4693-4607-b373-543ef69a56b4
Default interface: OpcLabs.EasyOpc.UA.OperationModel.ComTypes._UALogicalException
Event source interface:

 

For more information, see UALogicalException and OpcLabs.EasyOpc.UA.OperationModel.ComTypes._UALogicalException in .NET Reference.

Remarks

For remarks, see UALogicalException and OpcLabs.EasyOpc.UA.OperationModel.ComTypes._UALogicalException in .NET Reference.

Object creation

_UALogicalExceptionPtr UALogicalExceptionPtr(__uuidof(UALogicalException));
UALogicalException := CoUALogicalException.Create;
var UALogicalException = new ActiveXObject("OpcLabs.EasyOpc.UA.OperationModel.UALogicalException");
UALogicalException := CoUALogicalException.Create;
$UALogicalException = Win32::OLE->new("OpcLabs.EasyOpc.UA.OperationModel.UALogicalException");
$UALogicalException = new COM("OpcLabs.EasyOpc.UA.OperationModel.UALogicalException");
OLEObject UALogicalException
UALogicalException = CREATE OLEObject
UALogicalException.ConnectToNewObject("OpcLabs.EasyOpc.UA.OperationModel.UALogicalException")
UALogicalException = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.OperationModel.UALogicalException')
Dim UALogicalException As New OleObject ("OpcLabs.EasyOpc.UA.OperationModel.UALogicalException")
Dim UALogicalException As New UALogicalException
UALogicalException = CREATEOBJECT("OpcLabs.EasyOpc.UA.OperationModel.UALogicalException")
Dim UALogicalException As New UALogicalException
Dim UALogicalException: Set UALogicalException = CreateObject("OpcLabs.EasyOpc.UA.OperationModel.UALogicalException")
UALogicalException := CreateObject("OpcLabs.EasyOpc.UA.OperationModel.UALogicalException")
Interfaces
InterfaceDescription

 

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

 

For more information, see _Exception in .NET Reference.

A portable replacement for System.Exception.

 

IID (Interface ID): 45305271-b85f-42b7-8f35-f22ec9fef8f2

 

For more information, see _Exception2 in .NET Reference.

 
Exceptions arising from performing operations.

 

IID (Interface ID): 33b3c6e9-784c-41da-bdcf-a05a45ca274e

 

For more information, see _OperationException in .NET Reference.

 

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

 

For more information, see ISerializable in .NET Reference.

Exceptions arising from OPC-UA (Unified Architecture) operations.

 

IID (Interface ID): e19d2275-9541-41d0-8259-f2beaa38e730

 

For more information, see _UAException in .NET Reference.

Example

For examples, see UALogicalException in .NET Reference.

See Also

UALogicalException Members