Free cookie consent management tool by TermsFeed Policy Generator

Opened 16 years ago

Closed 16 years ago

Last modified 14 years ago

#602 closed defect (done)

Custom exceptions cannot be displayed in HeuristicLab

Reported by: epitzer Owned by: epitzer
Priority: low Milestone: HeuristicLab 3.3.0
Component: Core Version: 3.2
Keywords: Cc:

Description

Due to the fact that applications have their own AppDomain, the generic exception handler in HeuristcLab cannot display exceptions defined within one of the plugin assemblies.

Attachments (1)

exception re-wraping.diff (893 bytes) - added by epitzer 16 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 Changed 16 years ago by epitzer

  • Owner changed from swagner to epitzer

comment:2 Changed 16 years ago by epitzer

  • Status changed from new to assigned

Changed 16 years ago by epitzer

comment:3 Changed 16 years ago by epitzer

  • Cc swagner@fh-hagenberg.at added

The easiest solution is to re-wrap all exceptions into a generic Exception (see exception re-wraping.diff).

comment:4 Changed 16 years ago by gkronber

  • Cc swagner@fh-hagenberg.at removed

Patch seems OK for me.

comment:5 Changed 16 years ago by swagner

The solution suggested in the patch should be fine. Please put it in the trunk.

comment:6 Changed 16 years ago by epitzer

  • Resolution set to fixed
  • Status changed from assigned to closed

Re-wrap all exceptions into generic exception so they can be displayed without the need to load plugins/assemblies. (r1666)

comment:7 Changed 14 years ago by swagner

  • Milestone changed from Iteration 3 to Current

Milestone Iteration 3 deleted

comment:12 Changed 14 years ago by swagner

  • Milestone changed from Current to HeuristicLab 3.3.0

Milestone Current deleted

Note: See TracTickets for help on using tickets.