Class LoadableComponentException
This exception is thrown by LoadableComponent<T> to indicate that the component was not successfully loaded.
[Serializable]
public class LoadableComponentException : WebDriverException, ISerializable
- Inheritance
-
LoadableComponentException
- Implements
- Inherited Members
Constructors
LoadableComponentException()
Initializes a new instance of the LoadableComponentException class.
public LoadableComponentException()
LoadableComponentException(string?)
Initializes a new instance of the LoadableComponentException class with a specified error message.
public LoadableComponentException(string? message)
Parameters
message
stringThe message of the exception
LoadableComponentException(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.
public LoadableComponentException(string? message, Exception? innerException)