I noticed that there are at least two kinds of crashes in Windows Mobile
- Silent Crash
The application crash but there is no "send report" dialog prompted by the OS - Crash with "send report"
The application crash and there is a "send report" dialog prompted by the OS
As an addition, each of the crashes above sometimes cause the application to terminate unexpectedly and sometime do not (as far as I can recall).
When does each of them happen and perhaps what are some common scenarios/reasons they happen?
Edit:
When I am developing WM applications, sometimes my applications crash. So far I don't use any exceptions (not throwing nor catching).