C# Класс YeloDebug.Exceptions.ApiException

Thrown when an YeloDebug API function fails
Наследование: System.Exception
Показать файл Открыть проект

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

Метод Описание
ApiException ( ) : System
ApiException ( string message ) : System
ApiException ( string message, Exception inner ) : System

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

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

public ApiException ( ) : System
Результат System

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

public ApiException ( string message ) : System
message string
Результат System

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

public ApiException ( string message, Exception inner ) : System
message string
inner System.Exception
Результат System