C# Class SubLib.Exceptions.UnknownSubtitleFormatException

The exception that is thrown when the subtitle format auto-detection failed.
Inheritance: System.ApplicationException
ファイルを表示 Open project: GNOME/gnome-subtitles

Public Methods

Method Description
UnknownSubtitleFormatException ( ) : System
UnknownSubtitleFormatException ( string message ) : System

Method Details

UnknownSubtitleFormatException() public method

public UnknownSubtitleFormatException ( ) : System
return System

UnknownSubtitleFormatException() public method

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