C# Class Hyena.Gui.Dialogs.ExceptionDialog

Inheritance: Gtk.Dialog
Show file Open project: GNOME/hyena Class Usage Examples

Public Methods

Method Description
ExceptionDialog ( Exception e ) : System

Private Methods

Method Description
AddButton ( string stock_id, Gtk response, bool is_default ) : void
BuildExceptionMessage ( Exception e ) : string
BuildPlatformString ( ) : string

Method Details

ExceptionDialog() public method

public ExceptionDialog ( Exception e ) : System
e System.Exception
return System