Click or drag to resize

ItemsetErrorSource Method

Sets the <faultactor> of the SOAP Fault element. If the instance is not an error item, the method does nothing.

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

Parameters

source
Type: SystemString
Value to be set on 'faultactor' element of SOAP Fault.
See Also