SyntaxFix
Write A Post
Hire A Developer
Questions
You can just check for null:
null
if(Request.QueryString["aspxerrorpath"]!=null) { //your code that depends on aspxerrorpath here }