OPC Labs EasyOPC “Classic” Core Library
OpcResultException Object
Members 
OpcLabs_EasyOpcClassicCore ActiveX DLL : OpcResultException Object
Description
The exception that is thrown when an OPC Classic result (return value or an argument) was not expected for the requested operation.

 

ProgId: OpcLabs.EasyOpc.OpcResultException
CLSID (Class ID): 13607fee-f41a-40d7-b9ab-31db3bf52315
Default interface: OpcLabs.EasyOpc.ComTypes._OpcResultException
Event source interface:

 

For more information, see OpcResultException and OpcLabs.EasyOpc.ComTypes._OpcResultException in .NET Reference.

Remarks

For remarks, see OpcResultException and OpcLabs.EasyOpc.ComTypes._OpcResultException in .NET Reference.

Object creation

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

See Also

OpcResultException Members