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

Thrown if there is an exception while constructing a query.
Наследование: System.Exception
Показать файл Открыть проект

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

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

New query construction exception.

QueryConstructionException ( string message ) : System

New query construction exception.

QueryConstructionException ( string message, Exception inner ) : System

New query construction exception.

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

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

New query construction exception.
public QueryConstructionException ( ) : System
Результат System

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

New query construction exception.
public QueryConstructionException ( string message ) : System
message string The detail message.
Результат System

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

New query construction exception.
public QueryConstructionException ( string message, Exception inner ) : System
message string The detail message.
inner System.Exception The cause of the exception.
Результат System