UnhandledAlertException Constructor WebDriver
Overload List

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