OPC Labs EasyOPC-UA Library
UAModellingException Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAModellingException Object
Description
An exception in OPC-UA modelling.

 

ProgId: OpcLabs.EasyOpc.UA.InformationModel.UAModellingException
CLSID (Class ID): 3d3215c5-3253-4116-82c9-b4b2ea17a5c6
Default interface: OpcLabs.BaseLib.ComTypes._Exception2
Event source interface:

 

For more information, see UAModellingException and OpcLabs.BaseLib.ComTypes._Exception2 in .NET Reference.

Remarks

For remarks, see UAModellingException and OpcLabs.BaseLib.ComTypes._Exception2 in .NET Reference.

Object creation

_UAModellingExceptionPtr UAModellingExceptionPtr(__uuidof(UAModellingException));
UAModellingException := CoUAModellingException.Create;
var UAModellingException = new ActiveXObject("OpcLabs.EasyOpc.UA.InformationModel.UAModellingException");
UAModellingException := CoUAModellingException.Create;
$UAModellingException = Win32::OLE->new("OpcLabs.EasyOpc.UA.InformationModel.UAModellingException");
$UAModellingException = new COM("OpcLabs.EasyOpc.UA.InformationModel.UAModellingException");
OLEObject UAModellingException
UAModellingException = CREATE OLEObject
UAModellingException.ConnectToNewObject("OpcLabs.EasyOpc.UA.InformationModel.UAModellingException")
UAModellingException = win32com.client.Dispatch('OpcLabs.EasyOpc.UA.InformationModel.UAModellingException')
Dim UAModellingException As New OleObject ("OpcLabs.EasyOpc.UA.InformationModel.UAModellingException")
Dim UAModellingException As New UAModellingException
UAModellingException = CREATEOBJECT("OpcLabs.EasyOpc.UA.InformationModel.UAModellingException")
Dim UAModellingException As New UAModellingException
Dim UAModellingException: Set UAModellingException = CreateObject("OpcLabs.EasyOpc.UA.InformationModel.UAModellingException")
UAModellingException := CreateObject("OpcLabs.EasyOpc.UA.InformationModel.UAModellingException")
Interfaces
InterfaceDescription

 

IID (Interface ID): b36b5c63-42ef-38bc-a07e-0b34c98f164a

 

For more information, see _Exception in .NET Reference.

 

 

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

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see UAModellingException in .NET Reference.

See Also

UAModellingException Members