Class UnsupportedOperationException
Indicates that a command that should have executed properly cannot be supported for some reason.
public class UnsupportedOperationException : WebDriverException, ISerializable
- Inheritance
-
UnsupportedOperationException
- Implements
- Inherited Members
Constructors
UnsupportedOperationException(string?)
Initializes a new instance of the UnsupportedOperationException class with the specified message.
public UnsupportedOperationException(string? message)
Parameters
message
stringThe message of the exception.
UnsupportedOperationException(string?, Exception?)
Initializes a new instance of the UnsupportedOperationException class with the specified message and inner exception.
public UnsupportedOperationException(string? message, Exception? innerException)