Bug 373656 - Allow a library function in call statement's onException and returningTo clauses
Summary: Allow a library function in call statement's onException and returningTo clauses
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: EDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-08 10:53 EST by Matt Heitz CLA
Modified: 2017-02-23 14:06 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Heitz CLA 2012-03-08 10:53:32 EST
When calling a service, I can't use a library's function in my onException or returningTo clause.  The error looks like this:

IWN.VAL.3391.e 25/24 MyHandler - The function myErrorHandler must be defined in the part

It would be very convenient to use a library function, especially since I can't use a delegate either.