public static HttpException CreateFromLastError(string message) { WebTrace.WriteLine("CreateFromLastError"); return(new HttpException(message, 0)); }