ItemsetErrorString Method |
Sets the error message of the error item.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic void setErrorString(
string errorMessage
)
Public Sub setErrorString (
errorMessage As String
)
public void setErrorString(
String errorMessage
)
public function setErrorString(
errorMessage : String
)
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