C# Класс NewTOAPIA.Net.Rtp.RtpException

This is the base exception from which all others inherit
Наследование: System.ApplicationException
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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