Returns the error message.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public string getErrorString()
Visual Basic (Declaration)
Public Function getErrorString As String
J#
public String getErrorString()
JScript
public function getErrorString() : String

Return Value

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