C# Class SubLib.Exceptions.UnknownSubtitleFormatException

The exception that is thrown when the subtitle format auto-detection failed.
Inheritance: System.ApplicationException
Afficher le fichier Open project: GNOME/gnome-subtitles

Méthodes publiques

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

Method Details

UnknownSubtitleFormatException() public méthode

public UnknownSubtitleFormatException ( ) : System
Résultat System

UnknownSubtitleFormatException() public méthode

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