OPC Labs EasyOPC-UA Library
UAMethodOutputException Object
Members 
OpcLabs_EasyOpcUA ActiveX DLL : UAMethodOutputException Object
Description
The exception that is thrown when an OPC UA method result (output argument) is not valid.

 

ProgId: OpcLabs.EasyOpc.UA.UAMethodOutputException
CLSID (Class ID): ddc51c56-2e81-40d6-af65-9e28d3b11499
Default interface: OpcLabs.EasyOpc.UA.ComTypes._UAMethodOutputException
Event source interface:

 

For more information, see UAMethodOutputException and OpcLabs.EasyOpc.UA.ComTypes._UAMethodOutputException in .NET Reference.

Object Model

UAMethodOutputException ObjectUANodeId ObjectUABrowsePath Object

Remarks

For remarks, see UAMethodOutputException and OpcLabs.EasyOpc.UA.ComTypes._UAMethodOutputException in .NET Reference.

Object creation

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

The exception that is thrown when an OPC UA result (return value or an argument) was not expected for the requested operation.

 

IID (Interface ID): dcb10b57-cd3f-46ed-8bb8-43d6f12f624b

 

For more information, see _UAResultException in .NET Reference.

Example

For examples, see UAMethodOutputException in .NET Reference.

See Also

UAMethodOutputException Members