errorItem

Type: String[539]

The errorItem property of the Exception class is optionally set by the module that raised the exception and normally contains additional information about the exception; for example, an invalid property exception would contain the name of the property in error. This property is displayed in the default exception dialog as error item.

The maximum length of the errorItem property is 539 characters. If you exceed this maximum, an exception is raised.