Note: This API is now obsolete.
Same as setErrorCode().
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntax[ObsoleteAttribute("Obsolete since 11 SP8. The method will be removed from future releases of IOM. Please use setErrorCode(code) instead.",
true)]
public void setErrorWho(
string who
)
<ObsoleteAttribute("Obsolete since 11 SP8. The method will be removed from future releases of IOM. Please use setErrorCode(code) instead.",
true)>
Public Sub setErrorWho (
who As String
)
/** @attribute ObsoleteAttribute("Obsolete since 11 SP8. The method will be removed from future releases of IOM. Please use setErrorCode(code) instead.",
true) */
public void setErrorWho(
String who
)
public function setErrorWho(
who : String
)
Parameters
- who
- Type: SystemString
Value to set
See Also