C# Класс AuScGen.GUIException

This Exception Class handles the exceptions related to Telerik and Browser
Наследование: Framework.TCDFrameworkException
Показать файл Открыть проект

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

Метод Описание
GUIException ( Exception innerException ) : System

Initializes a new instance of the TCDFrameworkException class.

GUIException ( string message ) : System

Initializes a new instance of the TCDFrameworkException class.

GUIException ( string element, Exception innerException ) : System

Initializes a new instance of the TCDFrameworkException class.

GUIException ( string element, string message ) : System

Initializes a new instance of the GUIException class.

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

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

Initializes a new instance of the TCDFrameworkException class.
public GUIException ( Exception innerException ) : System
innerException System.Exception
Результат System

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

Initializes a new instance of the TCDFrameworkException class.
Failed to find the Element on the screen!
public GUIException ( string message ) : System
message string The message that describes the error.
Результат System

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

Initializes a new instance of the TCDFrameworkException class.
///
public GUIException ( string element, Exception innerException ) : System
element string The element.
innerException System.Exception The exception that is the cause of the current /// exception, or a null reference (Nothing in Visual Basic) if no inner /// exception is specified.
Результат System

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

Initializes a new instance of the GUIException class.
public GUIException ( string element, string message ) : System
element string The element.
message string The message.
Результат System