IllegalLocatorException Constructor WebDriver
Overload List

  NameDescription
Public methodIllegalLocatorException 
Initializes a new instance of the IllegalLocatorException class.
Public methodIllegalLocatorException(String)
Initializes a new instance of the IllegalLocatorException class with a specified error message.
Protected methodIllegalLocatorException(SerializationInfo, StreamingContext)
Initializes a new instance of the IllegalLocatorException class with serialized data.
Public methodIllegalLocatorException(String, Exception)
Initializes a new instance of the IllegalLocatorException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Back to Top
See Also