try {
// code goes here
}
catch (SecurityNegotiationException sex)
{
_lastError = "Username or Password Incorrect";
Logger.WriteLine(sex);
return false;
}
I'd like to catch some more of that..
Page 1 of 13 Replies - 1134 Views - Last Post: 12 August 2012 - 02:12 AM
#1
I'd like to catch some more of that..
Posted 25 July 2012 - 01:35 PM

POPULAR
I bumped into this here at work.
Replies To: I'd like to catch some more of that..
#2
Re: I'd like to catch some more of that..
Posted 25 July 2012 - 01:51 PM
I like how the exception is called sex
#3
Re: I'd like to catch some more of that..
Posted 25 July 2012 - 10:22 PM
then you’ll probably like the example PHP variable: $ex
#4
Re: I'd like to catch some more of that..
Posted 12 August 2012 - 02:12 AM
Somebody once told me: if flies, floats, or f*cks, in the long run it's better to rent than to buy. He must have been a PHP programmer.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|