Changed UploadStringAsync to handle UploadString encapsulated exceptions.
authormarcos henrich <marcoshenrich@gmail.com>
Tue, 3 Jun 2014 15:23:22 +0000 (16:23 +0100)
committermarcos henrich <marcoshenrich@gmail.com>
Tue, 3 Jun 2014 15:23:22 +0000 (16:23 +0100)
UploadString call UploadData that encapsulates all exceptions in a WebException. ThreadInterruptedException were encapsulated into a WebException, so UploadStringAsync now uses e.InnerException is ThreadInterruptedException instead of trying to catch it.


No differences found