C# Class GnomeSubtitles.Dialog.Unmanaged.FileOpenErrorDialog

Inheritance: ErrorDialog
Exibir arquivo Open project: GNOME/gnome-subtitles

Public Methods

Method Description
FileOpenErrorDialog ( Uri uri, Exception exception ) : Gtk
FileOpenErrorDialog ( string filename, Exception exception ) : Gtk

Protected Methods

Method Description
AddButtons ( ) : void
GetPrimaryText ( string filename ) : string
GetSecondaryText ( Exception exception ) : string
SecondaryTextFromException ( Exception exception ) : string

Method Details

AddButtons() protected method

protected AddButtons ( ) : void
return void

FileOpenErrorDialog() public method

public FileOpenErrorDialog ( Uri uri, Exception exception ) : Gtk
uri System.Uri
exception System.Exception
return Gtk

FileOpenErrorDialog() public method

public FileOpenErrorDialog ( string filename, Exception exception ) : Gtk
filename string
exception System.Exception
return Gtk

GetPrimaryText() protected method

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

GetSecondaryText() protected method

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

SecondaryTextFromException() protected abstract method

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