C# Класс Automation.UI.UIException

General UI exception.
Наследование: System.Exception
Показать файл Открыть проект

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

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

New UI exception.

UIException ( string message ) : System

New UI exception.

UIException ( string message, Exception innerException ) : System

New UI exception.

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

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

New UI exception.
public UIException ( ) : System
Результат System

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

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

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

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