C# Класс GetAllFailed, Runtime

Exception that gets thrown when getting all Event Types fails.
Наследование: Exception
Показать файл Открыть проект

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

Метод Описание
GetAllFailed ( string reason ) : System,

Initializes a new instance of the GetAllFailed class.

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

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

Initializes a new instance of the GetAllFailed class.
public GetAllFailed ( string reason ) : System,
reason string The reason why the getting all Event Types failed.
Результат System,