LoadableComponentException Constructor WebDriver
Overload List

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