C# Class DotNetty.Codecs.TooLongFrameException

A DecoderException which is thrown when the length of the frame decoded is greater than the allowed maximum.
Inheritance: DecoderException
Exibir arquivo Open project: yixincapital/DotNettyRPC

Public Methods

Method Description
TooLongFrameException ( Exception cause ) : System
TooLongFrameException ( string message ) : System

Method Details

TooLongFrameException() public method

public TooLongFrameException ( Exception cause ) : System
cause Exception
return System

TooLongFrameException() public method

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