Click or drag to resize

ItemErrorException Class

Exception which wrap error Item
Inheritance Hierarchy
SystemObject
  SystemException
    Aras.IOMEItemErrorException

Namespace:  Aras.IOME
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
[SerializableAttribute]
public class ItemErrorException : Exception

The ItemErrorException type exposes the following members.

Constructors
  NameDescription
Public methodItemErrorException
Constructor for ItemErrorException
Public methodItemErrorException(String)
Constructor for ItemErrorException
Public methodItemErrorException(Item)
Constructor for ItemErrorException
Public methodItemErrorException(String, Exception)
Constructor for ItemErrorException
Top
Properties
  NameDescription
Public propertyError
Readonly property. Returns Item with error.
Top
Methods
  NameDescription
Public methodGetObjectData
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
Top
See Also