Returns the content of the <faultactor> element of SOAP Fault element.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public string getErrorSource()
Visual Basic (Declaration)
Public Function getErrorSource As String
J#
public String getErrorSource()
JScript
public function getErrorSource() : String

Return Value

If the instance is not an error item, an empty string is returned.

See Also