[Mono-bugs] [Bug 408933] New: [SRE] TypeBuilder::GetMethod is missing argument checks

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jul 14 11:04:33 EDT 2008


https://bugzilla.novell.com/show_bug.cgi?id=408933


           Summary: [SRE] TypeBuilder::GetMethod is missing argument checks
           Product: Mono: Class Libraries
           Version: unspecified
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: CORLIB
        AssignedTo: rkumpera at novell.com
        ReportedBy: msafar at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


TypeBuilder::GetMethods can crashe occasionally due to missing argument checks.

This is a copy from MSDN.

Exception       Condition
ArgumentException       

method is a generic method that is not a generic method definition.

-or-

type does not represent a generic type.

-or-

type is not of type TypeBuilder.

-or-

The declaring type of method is not a generic type definition.

-or-

The declaring type of method is not the generic type definition of type.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list