ItemgetErrorDetail Method |
Returns details of the error item.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string getErrorDetail()
Public Function getErrorDetail As String
public String getErrorDetail()
public function getErrorDetail() : String
Return Value
Type:
StringIf 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