C# Class GnomeSubtitles.Dialog.Unmanaged.FileOpenErrorDialog

Inheritance: ErrorDialog
Afficher le fichier Open project: GNOME/gnome-subtitles

Méthodes publiques

Méthode Description
FileOpenErrorDialog ( Uri uri, Exception exception ) : Gtk
FileOpenErrorDialog ( string filename, Exception exception ) : Gtk

Méthodes protégées

Méthode Description
AddButtons ( ) : void
GetPrimaryText ( string filename ) : string
GetSecondaryText ( Exception exception ) : string
SecondaryTextFromException ( Exception exception ) : string

Method Details

AddButtons() protected méthode

protected AddButtons ( ) : void
Résultat void

FileOpenErrorDialog() public méthode

public FileOpenErrorDialog ( Uri uri, Exception exception ) : Gtk
uri System.Uri
exception System.Exception
Résultat Gtk

FileOpenErrorDialog() public méthode

public FileOpenErrorDialog ( string filename, Exception exception ) : Gtk
filename string
exception System.Exception
Résultat Gtk

GetPrimaryText() protected méthode

protected GetPrimaryText ( string filename ) : string
filename string
Résultat string

GetSecondaryText() protected méthode

protected GetSecondaryText ( Exception exception ) : string
exception System.Exception
Résultat string

SecondaryTextFromException() protected abstract méthode

protected abstract SecondaryTextFromException ( Exception exception ) : string
exception System.Exception
Résultat string