C# Класс TelAPI.TelAPINotFoundException

Наследование: TelAPIException
Показать файл Открыть проект

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

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

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

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

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

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

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