Click or drag to resize

ItemErrorException Constructor (String, Exception)

Constructor for ItemErrorException

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 14.0.9.36244
Syntax
public ItemErrorException(
	string message,
	Exception ex
)

Parameters

message
Type: SystemString
Error message
ex
Type: SystemException
Instance of Exception
See Also