QuickOPC User's Guide and Reference
UAModelClientException Class
Members 



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.InformationModel Namespace : UAModelClientException Class
An exception arising in OPC-UA model client.
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.ComTypes._Exception2)>
<ComVisibleAttribute(True)>
<GuidAttribute("6B87C067-8FB0-4C92-B28E-CB253135EBAB")>
<CLSCompliantAttribute(True)>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<SerializableAttribute()>
Public Class UAModelClientException 
   Inherits OpcLabs.BaseLib.Exception2
   Implements OpcLabs.BaseLib.ComTypes._Exception2, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As UAModelClientException
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._Exception2)]
[ComVisible(true)]
[Guid("6B87C067-8FB0-4C92-B28E-CB253135EBAB")]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public class UAModelClientException : OpcLabs.BaseLib.Exception2, OpcLabs.BaseLib.ComTypes._Exception2, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._Exception2)]
[ComVisible(true)]
[Guid("6B87C067-8FB0-4C92-B28E-CB253135EBAB")]
[CLSCompliant(true)]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[Serializable()]
public ref class UAModelClientException : 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.UAModelClientException

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