C# Class Helios.Codecs.TooLongFrameException

Exception class that is thrown by a IMessageDecoder when it encounters a frame that is longer than can be processed
Inheritance: DecoderException
Afficher le fichier Open project: helios-io/helios

Méthodes publiques

Méthode Description
TooLongFrameException ( string message ) : System

Method Details

TooLongFrameException() public méthode

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