Same as setErrorCode().

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 setErrorCode(code) instead.", 
	false)]
public void setErrorWho(
	string who
)
Visual Basic (Declaration)
<ObsoleteAttribute("The method will be removed from future releases of IOM. Please use setErrorCode(code) instead.",  _
	False)> _
Public Sub setErrorWho ( _
	who As String _
)
J#
/** @attribute ObsoleteAttribute("The method will be removed from future releases of IOM. Please use setErrorCode(code) instead.", false) */
public void setErrorWho(
	String who
)
JScript
public function setErrorWho(
	who : String
)

Parameters

who
Type: System..::.String
Value to set

See Also