S
saurabh
Hello All,
In my application I have created a custom exception class derived from
ApplicationException. For a particular error condition, I throw this
exception. In the calling code, I catch this exception and report the error
condition. This all works fine on my development machine (as always ) but
on the release machine, the exception is not reported but it launches the
JIT debugger nasty dialog saying 'unhandled exception'
Has anybody experienced anything like this? Any help in resolving this issue
is highly appreciated.
TIA,
--Saurabh
In my application I have created a custom exception class derived from
ApplicationException. For a particular error condition, I throw this
exception. In the calling code, I catch this exception and report the error
condition. This all works fine on my development machine (as always ) but
on the release machine, the exception is not reported but it launches the
JIT debugger nasty dialog saying 'unhandled exception'
Has anybody experienced anything like this? Any help in resolving this issue
is highly appreciated.
TIA,
--Saurabh