Class CommandResponseException
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
stringThe 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
stringThe message of the exception.
innerException
ExceptionThe inner exception for this exception.
Properties
Code
Gets the numeric error code of the exception.
public long Code { get; set; }