NUnitForms Class Library

ControlNotVisibleException Class

Exception is thrown when you attempt an action on a Control that is not visible.

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

System.Object
   Exception
      ControlNotVisibleException

[Visual Basic]
Public Class ControlNotVisibleException
Inherits Exception
[C#]
public class ControlNotVisibleException : Exception

Requirements

Namespace: NUnit.Extensions.Forms

Assembly: NUnitForms (in NUnitForms.dll)

See Also

ControlNotVisibleException Members | NUnit.Extensions.Forms Namespace