NoAlertPresentException Constructor WebDriver
Overload List

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