How is normal catch statement different from catch(Exception error) statement?This topic has 0 replies, 1 voice, and was last updated 11 years, 3 months ago by Nitesh.Viewing 1 post (of 1 total)AuthorPosts February 3, 2012 at 12:19 pm #3453 NiteshMemberHow is normal catch statement different from catch(Exception error) statement?I mean what is the difference in catch statement in below two scenarios.. try { //Code that might generate error } catch { } and try { //Code that might generate error } catch(Exception error) { } AuthorPosts Viewing 1 post (of 1 total) You must be logged in to reply to this topic.Log In Username: Password: Keep me signed inLog In