C# Class GnomeSubtitles.Execution.BugReporter

Afficher le fichier Open project: GNOME/gnome-subtitles Class Usage Examples

Méthodes publiques

Méthode Description
Report ( Exception exception ) : void
Report ( string message ) : void

Private Methods

Méthode Description
GetBugInfo ( string message ) : string
GetTempPath ( ) : string
RunBugBuddy ( string bugInfo ) : void
WriteBugInfo ( string bugInfo ) : string

Method Details

Report() public static méthode

public static Report ( Exception exception ) : void
exception System.Exception
Résultat void

Report() public static méthode

public static Report ( string message ) : void
message string
Résultat void