Implementing IExceptionHandler from Exception Handling Application Block (EMAB) without Configuration file?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello, Can anybody give me link or provide sample source as how to let EMAB know about the newly added custom Exception Handler class without adding it to configuration file? Enterprise library depends on Configuration file settings to know about any new custom Exception Handlers, which as a developer we need to configure (add using EL Configuration Console). But i don't want to do that, i just want EMAB to pickup the Class implementing IExceptionHandler from current Assembly. Thanks