Free cookie consent management tool by TermsFeed Policy Generator

Opened 15 years ago

Closed 15 years ago

Last modified 13 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 15 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 Changed 15 years ago by epitzer

  • Owner changed from swagner to epitzer

comment:2 Changed 15 years ago by epitzer

  • Status changed from new to assigned

Changed 15 years ago by epitzer

comment:3 Changed 15 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 15 years ago by gkronber

  • Cc swagner@fh-hagenberg.at removed

Patch seems OK for me.

comment:5 Changed 15 years ago by swagner

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

comment:6 Changed 15 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 13 years ago by swagner

  • Milestone changed from Iteration 3 to Current

Milestone Iteration 3 deleted

comment:12 Changed 13 years ago by swagner

  • Milestone changed from Current to HeuristicLab 3.3.0

Milestone Current deleted

Note: See TracTickets for help on using tickets.