by Jon Sagara
August 31, 2008 at 8:29 PM
You get sloppy and write something like this:
if (string.IsNullOrEmpty(campaignId))
{
throw new Exception(string.Format("Missing campaign ID in the query string: {0}", campaignId));
}
D'oh.
4044654a-5e20-422f-be35-3dec152c4dfb|0|.0
Tags: wtf
Blog