Same as getErrorCode().

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

Syntax

C#
[ObsoleteAttribute("The method will be removed from future releases of IOM. Please use getErrorCode() instead.", 
	false)]
public string getErrorWho()
Visual Basic (Declaration)
<ObsoleteAttribute("The method will be removed from future releases of IOM. Please use getErrorCode() instead.",  _
	False)> _
Public Function getErrorWho As String
J#
/** @attribute ObsoleteAttribute("The method will be removed from future releases of IOM. Please use getErrorCode() instead.", false) */
public String getErrorWho()
JScript
public function getErrorWho() : String

Return Value

Value of <faultcode>.

See Also