QuickOPC User's Guide and Reference
UAModellingException Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.InformationModel Namespace : UAModellingException Class
An exception in OPC-UA modelling.
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.ComTypes._Exception2)>
<ComVisibleAttribute(True)>
<GuidAttribute("3D3215C5-3253-4116-82C9-B4B2EA17A5C6")>
<CLSCompliantAttribute(True)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<SerializableAttribute()>
Public Class UAModellingException 
   Inherits OpcLabs.BaseLib.Exception2
   Implements OpcLabs.BaseLib.ComTypes._Exception2, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As UAModellingException
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._Exception2)]
[ComVisible(true)]
[Guid("3D3215C5-3253-4116-82C9-B4B2EA17A5C6")]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public class UAModellingException : OpcLabs.BaseLib.Exception2, OpcLabs.BaseLib.ComTypes._Exception2, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._Exception2)]
[ComVisible(true)]
[Guid("3D3215C5-3253-4116-82C9-B4B2EA17A5C6")]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public ref class UAModellingException : public OpcLabs.BaseLib.Exception2, OpcLabs.BaseLib.ComTypes._Exception2, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         OpcLabs.BaseLib.Exception2
            OpcLabs.EasyOpc.UA.InformationModel.UAModellingException

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