OPC Labs EasyOPC-UA Library
UACallServiceException Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UACallServiceException Object
Description
An exception thrown when a UA defined error occurs in the Call operation.

 

ProgId: OpcLabs.EasyOpc.UA.UACallServiceException
CLSID (Class ID): e3dc60a3-fa7d-4901-b893-b714581dfbe4
Default interface: OpcLabs.EasyOpc.UA.ComTypes._UACallServiceException
Event source interface:

 

For more information, see UACallServiceException and OpcLabs.EasyOpc.UA.ComTypes._UACallServiceException in .NET Reference.

Object Model

UACallServiceException ObjectUAServiceResult ObjectUAServiceResult ObjectUAQualifiedName ObjectUAStatusCode Object

Remarks

For remarks, see UACallServiceException and OpcLabs.EasyOpc.UA.ComTypes._UACallServiceException in .NET Reference.

Object creation

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

An exception thrown when a UA defined error occurs.

 

IID (Interface ID): 24e865db-0521-4a10-a995-42b21cb201ff

 

For more information, see _UAServiceException in .NET Reference.

Example

For examples, see UACallServiceException in .NET Reference.

See Also

UACallServiceException Members