Server Error in '/' Application.

Exception of type 'BLL.InvalidQueryStringException' was thrown.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: BLL.InvalidQueryStringException: Exception of type 'BLL.InvalidQueryStringException' was thrown.

Source Error:


Line 107:            catch (FormatException)
Line 108:            {
Line 109:                throw new InvalidQueryStringException();
Line 110:            }
Line 111:        }

Source File: D:\Websites\FlightTrotters.ca_03\FlightTrottersCA_LIVE\BLL\SecureQueryString.cs    Line: 109

Stack Trace:


[InvalidQueryStringException: Exception of type 'BLL.InvalidQueryStringException' was thrown.]
   BLL.SecureQueryString.decrypt(String encryptedQueryString) in D:\Websites\FlightTrotters.ca_03\FlightTrottersCA_LIVE\BLL\SecureQueryString.cs:109
   BLL.SecureQueryString..ctor(String encryptedString) in D:\Websites\FlightTrotters.ca_03\FlightTrottersCA_LIVE\BLL\SecureQueryString.cs:18
   Flight_Trotters_V3.wait.Page_Load(Object sender, EventArgs e) in D:\Websites\FlightTrotters.ca_03\FlightTrottersCA_LIVE\Flight_Trotters_CA\wait.aspx.cs:18
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3930.0