ItemErrorException Constructor (Item) |
Constructor for ItemErrorException
Namespace:
Aras.IOME
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic ItemErrorException(
Item error
)
Public Sub New (
error As Item
)
public ItemErrorException(
Item error
)
public function ItemErrorException(
error : Item
)
Parameters
- error
- Type: Aras.IOMItem
Item with error
See Also