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

This exception is thrown when a packet with an incorrect timestamp is added to a chunk
Наследование: RtpException
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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