C# Class Protogame.DefaultErrorReport

Inheritance: IErrorReport
Afficher le fichier Open project: RedpointGames/Protogame Class Usage Examples

Méthodes publiques

Méthode Description
DefaultErrorReport ( IErrorReportOutput errorReportOutput ) : System
Report ( Exception ex, bool exit = true ) : void

Method Details

DefaultErrorReport() public méthode

public DefaultErrorReport ( IErrorReportOutput errorReportOutput ) : System
errorReportOutput IErrorReportOutput
Résultat System

Report() public méthode

public Report ( Exception ex, bool exit = true ) : void
ex System.Exception
exit bool
Résultat void