C# Class GnomeSubtitles.Dialog.Unmanaged.VideoErrorDialog

Inheritance: FileOpenErrorDialog
ファイルを表示 Open project: GNOME/gnome-subtitles Class Usage Examples

Public Methods

Method Description
VideoErrorDialog ( Uri uri, Exception exception ) : GnomeSubtitles.Ui.VideoPreview.Exceptions

Protected Methods

Method Description
GetPrimaryText ( string filename ) : string
SecondaryTextFromException ( Exception exception ) : string

Method Details

GetPrimaryText() protected method

protected GetPrimaryText ( string filename ) : string
filename string
return string

SecondaryTextFromException() protected method

protected SecondaryTextFromException ( Exception exception ) : string
exception System.Exception
return string

VideoErrorDialog() public method

public VideoErrorDialog ( Uri uri, Exception exception ) : GnomeSubtitles.Ui.VideoPreview.Exceptions
uri System.Uri
exception System.Exception
return GnomeSubtitles.Ui.VideoPreview.Exceptions