Click or drag to resize

ItemgetErrorString Method

Returns the error message.

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

Return Value

Type: String
The returned value is obtained from the <faultstring> tag of <Fault>. If the instance is not an error item an emtpy string is returned.
See Also