Sets the error message of the error item.
Namespace:
Aras.IOMAssembly: IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public void setErrorString( string errorMessage ) |
Visual Basic (Declaration) |
---|
Public Sub setErrorString ( _ errorMessage As String _ ) |
J# |
---|
public void setErrorString( String errorMessage ) |
JScript |
---|
public function setErrorString( errorMessage : String ) |
Parameters
- errorMessage
- Type: System..::.String
Error message to be set.
Remarks
Passed value is set on <faultstring> tag of <Fault>. If the instance is not
an error item the method does nothing.