OPC Labs EasyOPC-UA Library
EasyUAEngineException Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : EasyUAEngineException Object
Description
An exception specific to the EasyUAClient component.

 

ProgId: OpcLabs.EasyOpc.UA.EasyUAEngineException
CLSID (Class ID): c787f79a-851e-4dfd-a75b-68fb4c86e303
Default interface: OpcLabs.EasyOpc.UA.ComTypes._EasyUAEngineException
Event source interface:

 

For more information, see EasyUAEngineException and OpcLabs.EasyOpc.UA.ComTypes._EasyUAEngineException in .NET Reference.

Remarks

For remarks, see EasyUAEngineException and OpcLabs.EasyOpc.UA.ComTypes._EasyUAEngineException in .NET Reference.

Object creation

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

See Also

EasyUAEngineException Members