Re: Text in if condition is not displayed in the browser



shanu wrote:
....
catch(Exception e){}
....

Why do you catch and ignore all exceptions?

Even the absence of an exception would be relevant data. If there was an
exception, it might have said exactly what went wrong.

Patricia
.



Relevant Pages

  • Re: Exception Names
    ... Returning -1 or null to indicate the absence of a value is not 20th ... century C bullshit. ... The notion that an exception is a bad thing in Java is a useful norm. ... CharacterNotFoundException should be a checked exception? ...
    (comp.lang.java.programmer)
  • Re: Martha Byrne might be leaving...
    ... a teenager (with the exception of a three year absence from 1989-1993) ... I'm just sayin' is all... ...
    (rec.arts.tv.soaps.cbs)
  • Re: Martha Byrne might be leaving...
    ... Martha Byrne, who has played ATWT's signature heroine, Lily, since she was ... a teenager (with the exception of a three year absence from 1989-1993) ...
    (rec.arts.tv.soaps.cbs)
  • Re: UnhandledExceptionEventArgs
    ... That is the correct way of identifying the error in the absence of a StackTrace. ... On the generic topic of global exception handling, there is no support for it for CF 1.0. ... UnhandledExceptionEventArgs class. ... bluetooth GPS reciever. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: MFC App nor handling std::exception
    ... You would have to show the code, and show your exception handler, so we could study what ... In the absence of an example that shows what code causes ... I have an MFC app using a few classes that solely use STL etc. ...
    (microsoft.public.vc.mfc)