C# Class NUnit.Extensions.Asp.AspTester.ListControlTester.IllegalInputException

The index of the list was set to a value that doesn't correspond to a list item. Fix the test so that it sets the value correctly, or fix the production code so that it generates the correct number of list items.
Inheritance: System.ApplicationException
Show file Open project: vcsjones/NUnitAsp

Private Methods

Method Description
IllegalInputException ( string message ) : System