StaleElementReferenceException Constructor WebDriver
Overload List

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