C# Класс DotNetty.Codecs.PrematureChannelClosureException

Наследование: DotNetty.Codecs.CodecException
Показать файл Открыть проект

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

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

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

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

public PrematureChannelClosureException ( Exception exception ) : System
exception Exception
Результат System

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

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

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

public PrematureChannelClosureException ( string message, Exception exception ) : System
message string
exception Exception
Результат System