咦?好像哪里出错了呢,等我想想啊!~
        ...
        function void ShowError(int StateCode)
        {
            switch (StateCode)
            {
                case 404:
                    Response.Write("Sorry! Some error happened. This is a 404 Page!");
                break;
                ...
            }
        }
        ...