QuickOPC User's Guide and Reference
OutOfSlotsException Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace : OutOfSlotsException Class
An exception thrown when there is not enough empty slots in the allocation table.
Syntax
'Declaration
 
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.ComTypes._OutOfSlotsException)>
<ComVisibleAttribute(True)>
<GuidAttribute("C8579CB6-4C61-45A0-9B7E-2EEE732C6E31")>
<SerializableAttribute()>
Public Class OutOfSlotsException 
   Inherits System.OutOfMemoryException
   Implements OpcLabs.BaseLib.ComTypes._OutOfSlotsException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As OutOfSlotsException
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._OutOfSlotsException)]
[ComVisible(true)]
[Guid("C8579CB6-4C61-45A0-9B7E-2EEE732C6E31")]
[Serializable()]
public class OutOfSlotsException : System.OutOfMemoryException, OpcLabs.BaseLib.ComTypes._OutOfSlotsException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._OutOfSlotsException)]
[ComVisible(true)]
[Guid("C8579CB6-4C61-45A0-9B7E-2EEE732C6E31")]
[Serializable()]
public ref class OutOfSlotsException : public System.OutOfMemoryException, OpcLabs.BaseLib.ComTypes._OutOfSlotsException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Inheritance Hierarchy

System.Object
   System.Exception
      System.SystemException
         System.OutOfMemoryException
            OpcLabs.BaseLib.OutOfSlotsException

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