Sets error code on the "error" item.
Namespace:
Aras.IOMAssembly: IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public void setErrorCode( string errcode ) |
Visual Basic (Declaration) |
---|
Public Sub setErrorCode ( _ errcode As String _ ) |
J# |
---|
public void setErrorCode( String errcode ) |
JScript |
---|
public function setErrorCode( errcode : String ) |
Parameters
- errcode
- Type: System..::.String
Error code to set.
Remarks
If the item is not an "error" item, the method does nothing.