ANSWER:
C:
The error will be passed to the next error handler in Proc1. When errors are encountered in called procedures, they are passed back up to the calling procedure. In Proc1, EH would then deal with the error.
Answers in Depth...