G
Guest
Is there a way to automatically log all exceptions to the machine event log?
When using Enterprise Library Exception Management Application Block you
need to catch each exception in code and rethrow it. I prefer to catch
everything in one place and write it to the event log.
When using Enterprise Library Exception Management Application Block you
need to catch each exception in code and rethrow it. I prefer to catch
everything in one place and write it to the event log.