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
显示文件 Open project: helios-io/helios

Public Methods

Method Description
TooLongFrameException ( string message ) : System

Method Details

TooLongFrameException() public method

public TooLongFrameException ( string message ) : System
message string
return System