QuickOPC User's Guide and Reference
MemberNotFoundException Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace : MemberNotFoundException Class
An exception thrown when the member with the specified name has not been found.
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.ComTypes._MemberNotFoundException)>
<ComVisibleAttribute(True)>
<GuidAttribute("6DFDEFC2-49DA-418B-8C8C-CDA29E930781")>
<TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
<CLSCompliantAttribute(True)>
<SerializableAttribute()>
Public Class MemberNotFoundException 
   Inherits Exception2
   Implements OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.BaseLib.ComTypes._MemberNotFoundException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As MemberNotFoundException
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._MemberNotFoundException)]
[ComVisible(true)]
[Guid("6DFDEFC2-49DA-418B-8C8C-CDA29E930781")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public class MemberNotFoundException : Exception2, OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.BaseLib.ComTypes._MemberNotFoundException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._MemberNotFoundException)]
[ComVisible(true)]
[Guid("6DFDEFC2-49DA-418B-8C8C-CDA29E930781")]
[TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
[CLSCompliant(true)]
[Serializable()]
public ref class MemberNotFoundException : public Exception2, OpcLabs.BaseLib.ComTypes._Exception2, OpcLabs.BaseLib.ComTypes._MemberNotFoundException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         OpcLabs.BaseLib.Exception2
            OpcLabs.BaseLib.MemberNotFoundException

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