C# Class Helios.Codecs.EncoderException

Exception thrown by a IMessageEncoder
Inheritance: HeliosException
Afficher le fichier Open project: helios-io/helios

Méthodes publiques

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

Method Details

EncoderException() public méthode

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

EncoderException() public méthode

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