C# Class NewTOAPIA.Net.Rtp.FrameTooLargeException

This exception is thrown when a chunk that is too large is sent or received
Inheritance: RtpException
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

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

Method Details

FrameTooLargeException() public méthode

public FrameTooLargeException ( ) : System
Résultat System

FrameTooLargeException() public méthode

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

FrameTooLargeException() public méthode

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