Returns details of the error item.

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

Syntax

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

Return Value

If the instance is not an error item an empty string is retured.

Remarks

In most cases error details contains a low level error details (e.g. actual SQL error message) obtained from server.

See Also