Failure vs. Exception in ApplicationBlocks

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



I would like to use ExceptionManagement to log exceptions and failures into
my Event Log. I have no problem w/ logging exceptions but how do I log
failures after which the program should continue with it's execution?

If failure then
Use ExceptionManagement.Publish() and mark it as a warrning then continue
Else
This is an exception, go to Catch and handle

TIA, Art
.



Relevant Pages

  • Re: Repositories, package dependencies, and domain-flavoured exceptions
    ... >> In your case the exceptions belongs to the business object layer. ... The process layer must know how to interpret failures. ... case an Account is not found. ...
    (comp.object)
  • Re: Variable naming problem
    ... exceptions to represent any result which is semantically negative. ... his section on using exceptions to represent exceptional conditions, ... failures in general from exceptional conditions? ... it's not reasonable to think we'll often encounter an execution path ...
    (comp.lang.java.programmer)
  • Re: contracted exceptions
    ... exceptions", and followed by "use the debugger to stop on such failures". ... Consider OS design. ... enough to survive each others fault. ...
    (comp.lang.ada)
  • Re: BizTalk customized error logging
    ... Usually the messages that fail to disassemble or indeed any other error would ... You could use the old EMAB or the EntLib verison and filter the exceptions ... "Alex M" wrote: ... Now there is only event log entries about ...
    (microsoft.public.biztalk.general)
  • Re: Custom Service Terminates Unexpectedly
    ... The service is a .Net 2.0 service and handles all exceptions. ... Event log under Service Control Manager, ... terminate, it was right in the middle of an XSLT transform call. ... and run sc query against the service. ...
    (microsoft.public.windows.server.general)