OPC Labs EasyOPC “Classic” Core Library
OpcException Object
Members 
OpcLabs_EasyOpcClassicCore ActiveX DLL : OpcException Object
Description
Exceptions arising from OPC operations.

 

ProgId: OpcLabs.EasyOpc.OperationModel.OpcException
CLSID (Class ID): 852e50a5-46d1-46f6-8f03-361925e491ce
Default interface: OpcLabs.EasyOpc.OperationModel.ComTypes._OpcException
Event source interface:

 

For more information, see OpcException and OpcLabs.EasyOpc.OperationModel.ComTypes._OpcException in .NET Reference.

Remarks

For remarks, see OpcException and OpcLabs.EasyOpc.OperationModel.ComTypes._OpcException in .NET Reference.

Object creation

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

 
Exceptions arising from performing operations.

 

IID (Interface ID): 33b3c6e9-784c-41da-bdcf-a05a45ca274e

 

For more information, see _OperationException in .NET Reference.

 

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

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see OpcException in .NET Reference.

See Also

OpcException Members