Constructor for ItemErrorException

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public ItemErrorException(
	Item error
)
Visual Basic (Declaration)
Public Sub New ( _
	error As Item _
)
J#
public ItemErrorException(
	Item error
)
JScript
public function ItemErrorException(
	error : Item
)

Parameters

error
Type: Aras.IOM..::.Item
Item with error

See Also