Table of Contents

Class CommandResponseException

Namespace
OpenQA.Selenium.DevTools
Assembly
WebDriver.dll

Represents an error generated by a command.

[Serializable]
public class CommandResponseException : WebDriverException, ISerializable
Inheritance
CommandResponseException
Implements
Inherited Members

Constructors

CommandResponseException()

Initializes a new instance of the CommandResponseException class.

public CommandResponseException()

CommandResponseException(string?)

Initializes a new instance of the CommandResponseException class with the specified message.

public CommandResponseException(string? message)

Parameters

message string

The message of the exception.

CommandResponseException(string?, Exception?)

Initializes a new instance of the CommandResponseException class with the specified message and inner exception.

public CommandResponseException(string? message, Exception? innerException)

Parameters

message string

The message of the exception.

innerException Exception

The inner exception for this exception.

Properties

Code

Gets the numeric error code of the exception.

public long Code { get; set; }

Property Value

long