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

This exception is thrown when a chunk that is too large is sent or received
Наследование: RtpException
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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