DriverServiceNotFoundException Constructor WebDriver
Overload List

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