Click or drag to resize

InnovatornewError Method

Returns a new "error" item.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public Item newError(
	string explanation
)

Parameters

explanation
Type: SystemString
Is used to populate the <faultstring> tag inside <Fault> node. According to the SOAP 1.1 specification the faultstring element is intended to provide a human readable explanation of the fault and is not intended for algorithmic processing. Note, that passed message is set as InnerText on the <faultstring> element without any pre-processing, so symbols like '<', '>', etc. will be escaped.

Return Value

Type: Item
Created "error" item.
See Also