@using System @using System.Globalization @{ Response.ContentType = "text/html"; string error = Request.Query["error"]; if (!string.IsNullOrWhiteSpace(error)) { throw new InvalidOperationException(string.Format(CultureInfo.InvariantCulture, "User requested error '{0}'", error)); } } @Resources.DiagnosticsPageHtml_Title

@Resources.DiagnosticsPageHtml_Title

@Resources.DiagnosticsPageHtml_Information

@Resources.DiagnosticsPageHtml_TestErrorSection

throw InvalidOperationException