QuickOPC User's Guide and Reference
UAEngineException Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Engine Namespace : UAEngineException Class
An exception that originates in the OPC-UA engine and not in the OPC service (or OPC-UA SDK).
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(OpcLabs.EasyOpc.UA.Engine.ComTypes._UAEngineException)>
<ComVisibleAttribute(True)>
<GuidAttribute("D15CCEAA-601E-45E8-953A-23151869C66B")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<CLSCompliantAttribute(True)>
<SerializableAttribute()>
Public Class UAEngineException 
   Inherits OpcLabs.BaseLib.Exception2
   Implements OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.BaseLib.IErrorIdProvider, OpcLabs.EasyOpc.UA.Engine.ComTypes._UAEngineException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As UAEngineException
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Engine.ComTypes._UAEngineException)]
[ComVisible(true)]
[Guid("D15CCEAA-601E-45E8-953A-23151869C66B")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public class UAEngineException : OpcLabs.BaseLib.Exception2, OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.BaseLib.IErrorIdProvider, OpcLabs.EasyOpc.UA.Engine.ComTypes._UAEngineException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[ComDefaultInterface(OpcLabs.EasyOpc.UA.Engine.ComTypes._UAEngineException)]
[ComVisible(true)]
[Guid("D15CCEAA-601E-45E8-953A-23151869C66B")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public ref class UAEngineException : public OpcLabs.BaseLib.Exception2, OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.BaseLib.IErrorIdProvider, OpcLabs.EasyOpc.UA.Engine.ComTypes._UAEngineException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         OpcLabs.BaseLib.Exception2
            OpcLabs.EasyOpc.UA.Engine.UAEngineException

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