The documentation in MSDN for every function you call usually contains the exceptions thrown..
Alex Dresko Three Point Oh! -----Original Message----- From: Thomas V. Nielsen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 5:47 AM To: dotnet Subject: How to catch a big fat exception? This bothers me a bit. What I can read from the C# Programmer's Reference, you could use more than one catch in order to disguinish between the exceptions. Well, distinguish would very much like to catch the exception thrown by the deserialization of an object, and the catch every thing else, but how the heck do I find out, which type of exception to look for? What kind of exception is thrown by the Serializer? <Thomas/> --- You are currently subscribed to dotnet as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/ --- You are currently subscribed to dotnet as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/
