NoSuchElementException(String, Exception) Constructor

Definition

Assembly HeadlessTestingFramework.dll

Creates a new NoSuchElementException.

public NoSuchElementException(string message, Exception innerException)

Parameters

message
String

The error message.

innerException
Exception

The inner exception.