NUnitAsp

ControlDisabledException Class

Exception: The test is trying to perform a UI operation on a disabled control. Enable the control in your production code or don't change it in the test.

For a list of all members of this type, see ControlDisabledException Members.

System.Object
   Exception
      SystemException
         InvalidOperationException
            ControlDisabledException

public class ControlDisabledException : InvalidOperationException

Requirements

Namespace: NUnit.Extensions.Asp

Assembly: NUnitAsp (in NUnitAsp.dll)

See Also

ControlDisabledException Members | NUnit.Extensions.Asp Namespace