[Mono-bugs] [Bug 323671] Exceptions from BeginGetRequest callbacks not seen
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Mar 31 16:07:22 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=323671
http://bugzilla.novell.com/show_bug.cgi?id=323671#c9
--- Comment #9 from Brian Kesecker <bkesecker at augustasystems.com> 2010-03-31 20:07:21 UTC ---
I tried building my little test application in package form and ran it with the
same trace options. It came back with this exception:
EXCEPTION handling: ConfigurationException
Also, I have a Module in the big application that contains three functions
named the same, but each slightly different. In the small application,
MissingMethodException isn't raised, but in the big application it is. Here's
the structure in both apps (in VB):
Module Module1
Public Function ConvertByteArrayToHex(ByVal MyByteArray As Byte()) As
String
Return ConvertByteArrayToHex(MyByteArray, Double.PositiveInfinity)
End Function
Public Function ConvertByteArrayToHex(ByVal MyByteArray As Byte(), ByVal
MaxLength As Integer) As String
Return String.Empty
End Function
Private Function ConvertByteArrayToHex(ByVal MyByteArray As Byte(), ByVal
MaxLength As Double) As String
Return String.Empty
End Function
End Module
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list