Closed GoogleCodeExporter closed 8 years ago
Thanks Rikard, sounds like a good suggestion.
Original comment by nicholas...@gmail.com
on 23 Jan 2012 at 5:14
Original comment by nicholas...@gmail.com
on 23 Jan 2012 at 5:16
Original comment by travis.illig
on 21 Sep 2012 at 4:33
In the mean time, is it possible to log the exception?
Original comment by j...@q42.nl
on 25 Sep 2012 at 9:05
Original comment by travis.illig
on 2 Jan 2013 at 8:26
The message for DependencyResolutionException now includes the inner exception
message if there is one. It will appear like:
"Unable to resolve component. ---> Can't find file. (See inner exception for
details.)"
If the complete stack trace and everything for the inner exception is desired,
use ToString as with other exception types.
There is currently no logging built into Autofac. If you want the exception
logged, I'd recommend implementing a logging solution in your project. Adding
logging to Autofac is outside the scope of this issue.
Original comment by travis.illig
on 2 Jan 2013 at 8:45
Original issue reported on code.google.com by
rikard.p...@gmail.com
on 6 Sep 2011 at 7:39