C# Класс TelAPI.TelAPIInternalErrorException

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

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

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

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

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

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

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

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