QuickOPC User's Guide and Reference
UAMethodOutputException Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace : UAMethodOutputException Class
The exception that is thrown when an OPC UA method result (output argument) is not valid.
Object Model
UAMethodOutputException ClassUANodeId Class
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.ComTypes._UAMethodOutputException)>
<ComVisibleAttribute(True)>
<GuidAttribute("DDC51C56-2E81-40D6-AF65-9E28D3B11499")>
<CLSCompliantAttribute(True)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<SerializableAttribute()>
Public Class UAMethodOutputException 
   Inherits UAResultException
   Implements OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.EasyOpc.UA.ComTypes._UAMethodOutputException, OpcLabs.EasyOpc.UA.ComTypes._UAResultException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As UAMethodOutputException
[ComDefaultInterface(OpcLabs.EasyOpc.UA.ComTypes._UAMethodOutputException)]
[ComVisible(true)]
[Guid("DDC51C56-2E81-40D6-AF65-9E28D3B11499")]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public class UAMethodOutputException : UAResultException, OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.EasyOpc.UA.ComTypes._UAMethodOutputException, OpcLabs.EasyOpc.UA.ComTypes._UAResultException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[ComDefaultInterface(OpcLabs.EasyOpc.UA.ComTypes._UAMethodOutputException)]
[ComVisible(true)]
[Guid("DDC51C56-2E81-40D6-AF65-9E28D3B11499")]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public ref class UAMethodOutputException : public UAResultException, OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.EasyOpc.UA.ComTypes._UAMethodOutputException, OpcLabs.EasyOpc.UA.ComTypes._UAResultException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Remarks
This type is intentionally *not* derived from OpcLabs.BaseLib.ResultException, because it represents an exception in a different domain.
Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         OpcLabs.BaseLib.Exception2
            OpcLabs.EasyOpc.UA.UAResultException
               OpcLabs.EasyOpc.UA.UAMethodOutputException

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also