OPC Labs Base Library
QueueOverflowException Object
Members 
OpcLabs_BaseLib ActiveX DLL : QueueOverflowException Object
Description
An exception thrown when it was not possible to enqueue more elements into the queue.

 

ProgId: OpcLabs.BaseLib.QueueOverflowException
CLSID (Class ID): e65c688e-8b70-44fd-8648-b433dd1d3e84
Default interface: OpcLabs.BaseLib.ComTypes._QueueOverflowException
Event source interface:

 

For more information, see QueueOverflowException and OpcLabs.BaseLib.ComTypes._QueueOverflowException in .NET Reference.

Object Model

QueueOverflowException ObjectDictionaryWrapper Collection

Remarks

For remarks, see QueueOverflowException and OpcLabs.BaseLib.ComTypes._QueueOverflowException in .NET Reference.

Object creation

_QueueOverflowExceptionPtr QueueOverflowExceptionPtr(__uuidof(QueueOverflowException));
QueueOverflowException := CoQueueOverflowException.Create;
var QueueOverflowException = new ActiveXObject("OpcLabs.BaseLib.QueueOverflowException");
QueueOverflowException := CoQueueOverflowException.Create;
$QueueOverflowException = Win32::OLE->new("OpcLabs.BaseLib.QueueOverflowException");
$QueueOverflowException = new COM("OpcLabs.BaseLib.QueueOverflowException");
OLEObject QueueOverflowException
QueueOverflowException = CREATE OLEObject
QueueOverflowException.ConnectToNewObject("OpcLabs.BaseLib.QueueOverflowException")
QueueOverflowException = win32com.client.Dispatch('OpcLabs.BaseLib.QueueOverflowException')
Dim QueueOverflowException As New OleObject ("OpcLabs.BaseLib.QueueOverflowException")
Dim QueueOverflowException As New QueueOverflowException
QueueOverflowException = CREATEOBJECT("OpcLabs.BaseLib.QueueOverflowException")
Dim QueueOverflowException As New QueueOverflowException
Dim QueueOverflowException: Set QueueOverflowException = CreateObject("OpcLabs.BaseLib.QueueOverflowException")
QueueOverflowException := CreateObject("OpcLabs.BaseLib.QueueOverflowException")
Interfaces
InterfaceDescription

 

IID (Interface ID): b36b5c63-42ef-38bc-a07e-0b34c98f164a

 

For more information, see _Exception in .NET Reference.

 

 

IID (Interface ID): d0eeaa62-3d30-3ee2-b896-a2f34dda47d8

 

For more information, see ISerializable in .NET Reference.

Example

For examples, see QueueOverflowException in .NET Reference.

See Also

QueueOverflowException Members