C# Class DotNetty.Codecs.CorruptedFrameException

A DecoderException which is thrown when the received frame data could not be decoded by an inbound handler.
Inheritance: DecoderException
显示文件 Open project: cdy816/mars

Public Methods

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

Method Details

CorruptedFrameException() public method

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

CorruptedFrameException() public method

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