ClassWebDriverException
Definition
Namespace:ArtOfTest.WebAii.BrowserSpecialized.MicrosoftEdge
Assembly:ArtOfTest.WebAii.dll
Syntax:
public class WebDriverException : Exception, ISerializable, _Exception
Inheritance: objectExceptionWebDriverException
Implements:
Inherited Members
Constructors
WebDriverException()
Initializes a new instance of the class.
Declaration
public WebDriverException()
WebDriverException(SerializationInfo, StreamingContext)
Initializes a new WebDriverException object.
Declaration
public WebDriverException(SerializationInfo info, StreamingContext context)
Parameters
info
The data needed to serialize or deserialize an object.
context
The source and destination of a given serialized stream, and provides an additional caller-defined context.
WebDriverException(string)
Initializes a new instance of the class with a specified error message.
Declaration
public WebDriverException(string message)
Parameters
message
The message that describes the error.
WebDriverException(string, Exception)
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
public WebDriverException(string message, Exception innerException)
Parameters
message
The error message that explains the reason for the exception.
innerException
The exception that is the cause of the current exception, or null if no inner exception is specified.