Hi all
I've got a Class Module that I'm using Catch/Try exception handling in... I just noticed that it seems to stop working if I add the following Import
'Imports Autodesk.AutoCAD.RunTime
Express reacts as if I don't have Catch/Try statements... if there's a sub 'above' the error with handling, that sub catches the error... and if there isn't, it reacts as if there is no handling...
Does this make any sense?
I've got a Class Module that I'm using Catch/Try exception handling in... I just noticed that it seems to stop working if I add the following Import
'Imports Autodesk.AutoCAD.RunTime
Express reacts as if I don't have Catch/Try statements... if there's a sub 'above' the error with handling, that sub catches the error... and if there isn't, it reacts as if there is no handling...
Does this make any sense?