OPC Labs EasyOPC-UA Library
UAServiceException Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAServiceException Object
Description
An exception thrown when a UA defined error occurs.

 

ProgId: OpcLabs.EasyOpc.UA.UAServiceException
CLSID (Class ID): 83f4125e-a9cf-4071-aa2c-2d89bf13082a
Default interface: OpcLabs.EasyOpc.UA.ComTypes._UAServiceException
Event source interface:

 

For more information, see UAServiceException and OpcLabs.EasyOpc.UA.ComTypes._UAServiceException in .NET Reference.

Object Model

UAServiceException ObjectUAServiceResult ObjectUAServiceResult ObjectUAQualifiedName ObjectUAStatusCode Object

Remarks

For remarks, see UAServiceException and OpcLabs.EasyOpc.UA.ComTypes._UAServiceException in .NET Reference.

Object creation

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

See Also

UAServiceException Members