I have an error.aspx page. If a user comes to that page then it will fetch the error path in page_load() method URL using Request.QueryString["aspxerrorpath"] and it works fine.
But if a user directly accesses that page the it will generate an exception because aspxerrorpath is not there.
How can I check that aspxerrorpath is there or not?
You can just check for
null: