OPC Labs EasyOPC-UA Library
UAEngineException Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAEngineException Object
Description
An exception that originates in the OPC-UA engine and not in the OPC service (or OPC-UA SDK).

 

ProgId: OpcLabs.EasyOpc.UA.Engine.UAEngineException
CLSID (Class ID): d15cceaa-601e-45e8-953a-23151869c66b
Default interface: OpcLabs.EasyOpc.UA.Engine.ComTypes._UAEngineException
Event source interface:

 

For more information, see UAEngineException and OpcLabs.EasyOpc.UA.Engine.ComTypes._UAEngineException in .NET Reference.

Remarks

For remarks, see UAEngineException and OpcLabs.EasyOpc.UA.Engine.ComTypes._UAEngineException in .NET Reference.

Object creation

_UAEngineExceptionPtr UAEngineExceptionPtr(__uuidof(UAEngineException));
UAEngineException := CoUAEngineException.Create;
var UAEngineException = new ActiveXObject("OpcLabs.EasyOpc.UA.Engine.UAEngineException");
UAEngineException := CoUAEngineException.Create;
$UAEngineException = Win32::OLE->new("OpcLabs.EasyOpc.UA.Engine.UAEngineException");
$UAEngineException = new COM("OpcLabs.EasyOpc.UA.Engine.UAEngineException");
OLEObject UAEngineException
UAEngineException = CREATE OLEObject
UAEngineException.ConnectToNewObject("OpcLabs.EasyOpc.UA.Engine.UAEngineException")
UAEngineException = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.Engine.UAEngineException')
Dim UAEngineException As New OleObject ("OpcLabs.EasyOpc.UA.Engine.UAEngineException")
Dim UAEngineException As New UAEngineException
UAEngineException = CREATEOBJECT("OpcLabs.EasyOpc.UA.Engine.UAEngineException")
Dim UAEngineException As New UAEngineException
Dim UAEngineException: Set UAEngineException = CreateObject("OpcLabs.EasyOpc.UA.Engine.UAEngineException")
UAEngineException := CreateObject("OpcLabs.EasyOpc.UA.Engine.UAEngineException")
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.

 

 

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

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see UAEngineException in .NET Reference.

See Also

UAEngineException Members