ItemgetErrorString Method |
Returns the error message.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string getErrorString()
Public Function getErrorString As String
public String getErrorString()
public function getErrorString() : String
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