I must be more careful what I wish for:
Captain to Cabin boy: Can you sort out program xxxx.exe to that it doesn’t crash and hold up the month end like last time.
Cabin Boy to Captain: Yo Mon. I’ve done it. It wont crash now.
Captain inspects work:
I am going to kill him.
Captain to Cabin boy: Can you sort out program xxxx.exe to that it doesn’t crash and hold up the month end like last time.
Cabin Boy to Captain: Yo Mon. I’ve done it. It wont crash now.
Captain inspects work:
Code:
static int Main(string[] args)
{
try
{
…….
}
catch
{
return 0;
}
}

Comment