NoSuchFrameException Constructor WebDriver
Overload List

  NameDescription
Public methodNoSuchFrameException 
Initializes a new instance of the NoSuchFrameException class.
Public methodNoSuchFrameException(String)
Initializes a new instance of the NoSuchFrameException class with a specified error message.
Protected methodNoSuchFrameException(SerializationInfo, StreamingContext)
Initializes a new instance of the NoSuchFrameException class with serialized data.
Public methodNoSuchFrameException(String, Exception)
Initializes a new instance of the NoSuchFrameException 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