AppleScript: on error (try) line number

Is it possible to get the line number, where the script threw an error? Example: try set a to "abc" + "123" on error line number num display dialog "Error on line number " & num end try