[Mono-bugs] [Bug 80986][Wis] New - Exceptions from BeginGetRequest callbacks not seen
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Feb 28 12:44:55 EST 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by ximian-bugzilla at tevp.net.
http://bugzilla.ximian.com/show_bug.cgi?id=80986
--- shadow/80986 2007-02-28 12:44:55.000000000 -0500
+++ shadow/80986.tmp.22974 2007-02-28 12:44:55.000000000 -0500
@@ -0,0 +1,39 @@
+Bug#: 80986
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: System
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: ximian-bugzilla at tevp.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Exceptions from BeginGetRequest callbacks not seen
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Using .BeginGetResponse of HttpWebRequest, and then the callback function
+calls an exception. However, no indication of the existance of this
+exception reaches the main thread.
+
+Steps to reproduce the problem:
+1. Create new HttpWebRequest
+2. Call .BeginGetResponse
+3. Callback prints to screen (seen) and throws an Exception (not seen)
+
+Actual Results:
+Exception not observed.
+
+Expected Results:
+Exception observed and potentially handled (not quite sure where).
+
+How often does this happen?
+Always.
More information about the mono-bugs
mailing list