C# Class AwbUpdater.ErrorHandler.BugReport

Afficher le fichier Open project: reedy/AutoWikiBrowser

Méthodes publiques

Méthode Description
BugReport ( Exception ex ) : System

Print ( BugFormatter formatter ) : string
PrintForPhabricator ( ) : string
PrintForWiki ( ) : string

Prints a wiki formatted bug report table

Private Methods

Méthode Description
FormatException ( Exception ex, StringBuilder sb, ExceptionKind kind ) : void

Formats exception information for bug report

KindToString ( ExceptionKind ek ) : string

Method Details

BugReport() public méthode

public BugReport ( Exception ex ) : System
ex System.Exception
Résultat System

Print() public méthode

public Print ( BugFormatter formatter ) : string
formatter BugFormatter
Résultat string

PrintForPhabricator() public méthode

public PrintForPhabricator ( ) : string
Résultat string

PrintForWiki() public méthode

Prints a wiki formatted bug report table
public PrintForWiki ( ) : string
Résultat string