NUnitForms Class Library

ControlNotVisibleException Constructor 

Creates a ControlNotVisibleException.

[Visual Basic]
Public Sub New( _
   ByVal message As String _
)
[C#]
public ControlNotVisibleException(
   string message
);

Parameters

message
The messasge for the exception.

Remarks

The message string can be specified.

See Also

ControlNotVisibleException Class | NUnit.Extensions.Forms Namespace