Summary
Constructor allowing to specify the address, length and id.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Ext - Containing Type
- InvalidSlotException
Syntax
public InvalidSlotException(int address, int length, int id)
Remarks
Constructor allowing to specify the address, length and id.
Parameters
Name | Type | Description |
---|---|---|
address | int | offending address |
length | int | offending length |
id | int | id where the address and length were read. |
Return Value
Type | Description |
---|---|
void |