C# Class SubLib.Exceptions.EncodingNotSupportedException

The exception that is thrown when an System.Text.Encoding is not supported by the platform.
Inheritance: System.ApplicationException
Afficher le fichier Open project: GNOME/gnome-subtitles

Méthodes publiques

Méthode Description
EncodingNotSupportedException ( ) : System
EncodingNotSupportedException ( string message ) : System

Method Details

EncodingNotSupportedException() public méthode

public EncodingNotSupportedException ( ) : System
Résultat System

EncodingNotSupportedException() public méthode

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