I want to create my edition error report form instead default error window.
How I can create my edition form error report?
For example:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
So you want to call a custom handler when exception happens? No problem, just define these 3 magic lines in the beginning of your program (as first lines of
Sub Main):Then define GenericHandler and UnhandledHandler, which would call your custom form.
Here is a sample implementation of both handlers: