Click or drag to resize

ItemgetErrorDetail Method

Returns details of the error item.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public string getErrorDetail()

Return Value

Type: String
If the instance is not an error item an empty string is retured.
Remarks
In most cases error details contains a low level error details (e.g. actual SQL error message) obtained from server.
See Also