U umauppala New member Joined Feb 10, 2008 Messages 1 Programming Experience 3-5 Feb 10, 2008 #1 Hi im using a datagrid and entered an invalid date and i expect that the myapplication_unhandled exception to be invoked but it doesnt and gives me system default exception. pls tell me what to do uma
Hi im using a datagrid and entered an invalid date and i expect that the myapplication_unhandled exception to be invoked but it doesnt and gives me system default exception. pls tell me what to do uma
J jwh Well-known member Joined Aug 18, 2006 Messages 155 Programming Experience 3-5 Mar 18, 2008 #2 you need to handle the DataError event. Upvote 0 Downvote
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,828 Location Norway Programming Experience 10+ Mar 18, 2008 #3 UnhandledException event is only used when not debugging. Upvote 0 Downvote