OPC Labs Base Library
OutOfSlotsException Object
Members 
OpcLabs_BaseLib ActiveX DLL : OutOfSlotsException Object
Description
An exception thrown when there is not enough empty slots in the allocation table.

 

ProgId: OpcLabs.BaseLib.OutOfSlotsException
CLSID (Class ID): c8579cb6-4c61-45a0-9b7e-2eee732c6e31
Default interface: OpcLabs.BaseLib.ComTypes._OutOfSlotsException
Event source interface:

 

For more information, see OutOfSlotsException and OpcLabs.BaseLib.ComTypes._OutOfSlotsException in .NET Reference.

Object Model

OutOfSlotsException ObjectDictionaryWrapper Collection

Remarks

For remarks, see OutOfSlotsException and OpcLabs.BaseLib.ComTypes._OutOfSlotsException in .NET Reference.

Object creation

_OutOfSlotsExceptionPtr OutOfSlotsExceptionPtr(__uuidof(OutOfSlotsException));
OutOfSlotsException := CoOutOfSlotsException.Create;
var OutOfSlotsException = new ActiveXObject("OpcLabs.BaseLib.OutOfSlotsException");
OutOfSlotsException := CoOutOfSlotsException.Create;
$OutOfSlotsException = Win32::OLE->new("OpcLabs.BaseLib.OutOfSlotsException");
$OutOfSlotsException = new COM("OpcLabs.BaseLib.OutOfSlotsException");
OLEObject OutOfSlotsException
OutOfSlotsException = CREATE OLEObject
OutOfSlotsException.ConnectToNewObject("OpcLabs.BaseLib.OutOfSlotsException")
OutOfSlotsException = win32com.client.Dispatch('OpcLabs.BaseLib.OutOfSlotsException')
Dim OutOfSlotsException As New OleObject ("OpcLabs.BaseLib.OutOfSlotsException")
Dim OutOfSlotsException As New OutOfSlotsException
OutOfSlotsException = CREATEOBJECT("OpcLabs.BaseLib.OutOfSlotsException")
Dim OutOfSlotsException As New OutOfSlotsException
Dim OutOfSlotsException: Set OutOfSlotsException = CreateObject("OpcLabs.BaseLib.OutOfSlotsException")
OutOfSlotsException := CreateObject("OpcLabs.BaseLib.OutOfSlotsException")
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 OutOfSlotsException in .NET Reference.

See Also

OutOfSlotsException Members