C# Class NewTOAPIA.Net.Rtp.IncorrectTimestampException

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

Public Methods

Method Description
IncorrectTimestampException ( ) : System
IncorrectTimestampException ( string message ) : System
IncorrectTimestampException ( string message, Exception inner ) : System

Method Details

IncorrectTimestampException() public method

public IncorrectTimestampException ( ) : System
return System

IncorrectTimestampException() public method

public IncorrectTimestampException ( string message ) : System
message string
return System

IncorrectTimestampException() public method

public IncorrectTimestampException ( string message, Exception inner ) : System
message string
inner System.Exception
return System