C# Class NewTOAPIA.Net.Rtp.FrameTooLargeException

This exception is thrown when a chunk that is too large is sent or received
Inheritance: RtpException
ファイルを表示 Open project: Wiladams/NewTOAPIA

Public Methods

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

Method Details

FrameTooLargeException() public method

public FrameTooLargeException ( ) : System
return System

FrameTooLargeException() public method

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

FrameTooLargeException() public method

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