Table of Contents

Class UnsupportedOperationException

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

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 string

The 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)

Parameters

message string

The message of the exception.

innerException Exception

The inner exception for this exception.