tags:

views:

24

answers:

0

I've just started playing with ELMAH.

was wondering, is there a way to pass info, eg a variable value, or some other text when an exception is thrown?.

Currently Im using this: ErrorSignal.FromCurrentContext().Raise(e);