ErrorInfo
Properties:
Description
LineNumber
ModuleName
SourceLine
Description:
Availability:
Example:
Try ... Except Info = ErrorInfo(); Message("Description='" + Info.Description + "'"); Message("ModuleName='" + Info.ModuleName + "'"); Message("LineNumber=" + Info.LineNumber); Message("SourceLine='" + Info.SourceLine + "'"); EndTry; |
See also:
Global context, method ShowErrorInfo
ErrorInfo, property Cause
Global context, method BriefErrorDescription
BackgroundJob, property ErrorInfo
Global context, method DetailErrorDescription