Source position: rtti.pp line 988
type TInterceptExceptionNotify = procedure(
aInstance: TObject;
aMethod: TRttiMethod;
const aArgs: TValueArray;
out aRaiseException: Boolean;
aTheException: Exception;
out aResult: TValue
) of object;