QuickOPC User's Guide and Reference
QueueOverflowException Class
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib Namespace : QueueOverflowException Class
An exception thrown when it was not possible to enqueue more elements into the queue.
Syntax
'Declaration
 
<CLSCompliantAttribute(True)>
<ComDefaultInterfaceAttribute(OpcLabs.BaseLib.ComTypes._QueueOverflowException)>
<ComVisibleAttribute(True)>
<GuidAttribute("E65C688E-8B70-44FD-8648-B433DD1D3E84")>
<SerializableAttribute()>
Public Class QueueOverflowException 
   Inherits System.OutOfMemoryException
   Implements OpcLabs.BaseLib.ComTypes._QueueOverflowException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable 
'Usage
 
Dim instance As QueueOverflowException
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._QueueOverflowException)]
[ComVisible(true)]
[Guid("E65C688E-8B70-44FD-8648-B433DD1D3E84")]
[Serializable()]
public class QueueOverflowException : System.OutOfMemoryException, OpcLabs.BaseLib.ComTypes._QueueOverflowException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
[CLSCompliant(true)]
[ComDefaultInterface(OpcLabs.BaseLib.ComTypes._QueueOverflowException)]
[ComVisible(true)]
[Guid("E65C688E-8B70-44FD-8648-B433DD1D3E84")]
[Serializable()]
public ref class QueueOverflowException : public System.OutOfMemoryException, OpcLabs.BaseLib.ComTypes._QueueOverflowException, System.Runtime.InteropServices._Exception, System.Runtime.Serialization.ISerializable  
Inheritance Hierarchy

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

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