NoSuchControlException Constructor
Creates a NoSuchControlException.
[Visual Basic]Public Sub New( _
ByVal
message As
String _
)
[C#]public NoSuchControlException(
string message);
Parameters
- message
- The messasge for the exception.
Remarks
The message string can be specified.
See Also
NoSuchControlException Class | NUnit.Extensions.Forms Namespace