C# Class Helios.Codecs.CorruptedFrameException

Thrown when a frame of negative length is detected by a IMessageDecoder
Inheritance: HeliosException
ファイルを表示 Open project: helios-io/helios

Public Methods

Method Description
CorruptedFrameException ( string message ) : System

Method Details

CorruptedFrameException() public method

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