C# Класс NewTOAPIA.Net.FrameIncompleteException

This exception is thrown when a chunk is incomplete but someone has asked for the data
Наследование: System.ApplicationException
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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