R
Rob Latour
I am getting the following exception which I can not seem to trap:
System.StackOverflowException was unhandled
Message: An unhandled exception of type 'System.StackOverflowException'
occurred in System.Drawing.dll
I've tried :
Try
the offending code
Catch e As StackOverflowException
Catch ex As Exception
End Try
It is not related to recursive code, but rather moving an obect around the
screen.
Any ideas on how I can trap it?
Thanks, Rob
System.StackOverflowException was unhandled
Message: An unhandled exception of type 'System.StackOverflowException'
occurred in System.Drawing.dll
I've tried :
Try
the offending code
Catch e As StackOverflowException
Catch ex As Exception
End Try
It is not related to recursive code, but rather moving an obect around the
screen.
Any ideas on how I can trap it?
Thanks, Rob