Click or drag to resize

ItemsetErrorString Method

Sets the error message of the error item.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public void setErrorString(
	string errorMessage
)

Parameters

errorMessage
Type: SystemString
Error message to be set.
Remarks
Passed value is set on <faultstring> tag of <Fault>. If the instance is not an error item the method does nothing.
See Also