Sets error code on the "error" item.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.20.39432
Syntaxpublic void setErrorCode(
string errcode
)
Public Sub setErrorCode (
errcode As String
)
public void setErrorCode(
String errcode
)
public function setErrorCode(
errcode : String
)
Parameters
- errcode
- Type: SystemString
Error code to set.
RemarksIf the item is not an "error" item, the method does nothing.
See AlsoReference
ItemsetErrorCode(String)