C# Class Helios.Codecs.DecoderException

Exception thrown by a IMessageDecoder when encountering corrupt data
Inheritance: HeliosException
ファイルを表示 Open project: helios-io/helios

Public Methods

Method Description
DecoderException ( Exception inner ) : System
DecoderException ( string message ) : System

Method Details

DecoderException() public method

public DecoderException ( Exception inner ) : System
inner System.Exception
return System

DecoderException() public method

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