OPC Studio User's Guide and Reference
OutOfSlotsException Class
Members 



View with Navigation Tools
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
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