Class UnknownErrorException
An unknown error occurred in the remote end while processing the command.
[Serializable]
public class UnknownErrorException : WebDriverException, ISerializable
- Inheritance
-
UnknownErrorException
- Implements
- Inherited Members
Constructors
UnknownErrorException(string?)
Initializes a new instance of the UnknownErrorException class with the specified message.
public UnknownErrorException(string? message)
Parameters
message
stringThe message of the exception.
UnknownErrorException(string?, Exception?)
Initializes a new instance of the UnknownErrorException class with the specified message and inner exception.
public UnknownErrorException(string? message, Exception? innerException)