TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Glenn
NA
10
0
UnhandledExceptionEventHandler Issues
Nov 20 2007 4:05 PM
Ok what i am trying to do is make a error reporting system for the application i am building. What i have done is
in the Main() function, i have added
AppDomain currentDomain = AppDomain.CurrentDomain;
currentDomain.UnhandledException += new UnhandledExceptionEventHandler(currentDomain_UnhandledException);
Then i made the
static void currentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs args)
Now when i went to test to make sure it work, it did what it was suppose when i went to debug it Via Visual Studio, but then when i installed it to test it; it did not catch any errors.
What could i have done wrong?
Reply
Answers (
0
)
Problem with a transparent Picturebox
Card game...