All pastes #2051407 Raw Edit

Stuff

public text v1 · immutable
#2051407 ·published 2011-04-28 02:26 UTC
rendered paste body
class EpicFailException : ApplicationException
{
    public EpicFailException(string message)
        : base(message)
    {
        HelpLink = "http://google.com";
    }
}