C# Class GnomeSubtitles.Execution.BugReporter

显示文件 Open project: GNOME/gnome-subtitles Class Usage Examples

Public Methods

Method Description
Report ( Exception exception ) : void
Report ( string message ) : void

Private Methods

Method Description
GetBugInfo ( string message ) : string
GetTempPath ( ) : string
RunBugBuddy ( string bugInfo ) : void
WriteBugInfo ( string bugInfo ) : string

Method Details

Report() public static method

public static Report ( Exception exception ) : void
exception System.Exception
return void

Report() public static method

public static Report ( string message ) : void
message string
return void