Type or copy paste the following. The tooltip over "oException" shows "UNDECLARED" and there's no member completion on it. ``` FUNCTION Start() AS VOID STRICT try catch oException as System.Exception oException: end try ```