在Delphi 2009中,SysUtils.pas在第425行中包含:
EProgrammerNotFound = class(Exception);
>这只是一个easter egg或什么严重?
>什么时候应该引发这个异常?
>它也存在于德尔菲棱镜和/或自由帕斯卡?@H_404_7@
问:这个异常类是否仍在Delphi中声明(目前为XE7)?
A:是的,甚至是documented!@H_404_7@
Nonstandard way to indicate software faults.@H_404_7@
You can use EProgrammerNotFound as an alternative to indicate software
faults detected at run time.@H_404_7@