C# Class Helios.Codecs.DecoderException

Exception thrown by a IMessageDecoder when encountering corrupt data
Inheritance: HeliosException
Afficher le fichier Open project: helios-io/helios

Méthodes publiques

Méthode Description
DecoderException ( Exception inner ) : System
DecoderException ( string message ) : System

Method Details

DecoderException() public méthode

public DecoderException ( Exception inner ) : System
inner System.Exception
Résultat System

DecoderException() public méthode

public DecoderException ( string message ) : System
message string
Résultat System