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: 11.0.0.6296

Syntax

C#
public void setErrorSource(
	string source
)
Visual Basic (Declaration)
Public Sub setErrorSource ( _
	source As String _
)
J#
public void setErrorSource(
	String source
)
JScript
public function setErrorSource(
	source : String
)

Parameters

source
Type: System..::.String
Value to be set on 'faultactor' element of SOAP Fault.

See Also