Table of Contents

Class LoadableComponentException

Namespace
OpenQA.Selenium.Support.UI
Assembly
WebDriver.Support.dll

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 string

The 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)

Parameters

message string

The error message that explains the reason for the exception.

innerException Exception

The exception that is the cause of the current exception, or null if no inner exception is specified.