C# Class DotNetty.Codecs.PrematureChannelClosureException

Inheritance: DotNetty.Codecs.CodecException
Afficher le fichier Open project: sekkit/Fenix

Méthodes publiques

Méthode Description
PrematureChannelClosureException ( Exception exception ) : System
PrematureChannelClosureException ( string message ) : System
PrematureChannelClosureException ( string message, Exception exception ) : System

Method Details

PrematureChannelClosureException() public méthode

public PrematureChannelClosureException ( Exception exception ) : System
exception Exception
Résultat System

PrematureChannelClosureException() public méthode

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

PrematureChannelClosureException() public méthode

public PrematureChannelClosureException ( string message, Exception exception ) : System
message string
exception Exception
Résultat System