C# Class NewTOAPIA.Net.Rtp.IncorrectTimestampException

This exception is thrown when a packet with an incorrect timestamp is added to a chunk
Inheritance: RtpException
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
IncorrectTimestampException ( ) : System
IncorrectTimestampException ( string message ) : System
IncorrectTimestampException ( string message, Exception inner ) : System

Method Details

IncorrectTimestampException() public méthode

public IncorrectTimestampException ( ) : System
Résultat System

IncorrectTimestampException() public méthode

public IncorrectTimestampException ( string message ) : System
message string
Résultat System

IncorrectTimestampException() public méthode

public IncorrectTimestampException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System