C# Класс Automation.UI.Tree.ElementNotFoundException

Thrown when the requested element could not be found.
Наследование: UIException
Показать файл Открыть проект

Открытые методы

Метод Описание
ElementNotFoundException ( ) : System

New element not found exception.

ElementNotFoundException ( string message ) : System

New element not found exception.

ElementNotFoundException ( string message, Exception innerException ) : System

New element not found exception.

Описание методов

ElementNotFoundException() публичный Метод

New element not found exception.
public ElementNotFoundException ( ) : System
Результат System

ElementNotFoundException() публичный Метод

New element not found exception.
public ElementNotFoundException ( string message ) : System
message string The detail message.
Результат System

ElementNotFoundException() публичный Метод

New element not found exception.
public ElementNotFoundException ( string message, Exception innerException ) : System
message string The detail message.
innerException System.Exception The cause of this exception.
Результат System