Click or drag to resize

ItemsetErrorDetail Method

Sets the detailed error message of the error item.

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

Parameters

detail
Type: SystemString
Error details that are set as InnerText on <detail> element of <Fault> without any pre-processing, so symbols like '<', '>', etc. will be escaped.
Remarks
Error details are always placed in <detail> tag inside CDATA block. If the instance is not an error item the method does nothing.
See Also