Snippets tagged stacktraces

  • Pluggable Exception Contexts

    .Net exceptions carry with them lots of useful metadata that are not directly user modifiable. In certain applications, such as distributed or symbolic execution it might be reasonable to need to modify such metadata. The following pattern is a proposal on effectively decoupling an exception from its contextual metadata, as well as a way of defining exception hierarchies while avoiding all the ISerializable boilerplate.

    1 people like this

    Posted: 10 years ago by Eirik Tsarpalis