C# 클래스 AwbUpdater.ErrorHandler.BugReport

파일 보기 프로젝트 열기: reedy/AutoWikiBrowser

공개 메소드들

메소드 설명
BugReport ( Exception ex ) : System

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

Prints a wiki formatted bug report table

비공개 메소드들

메소드 설명
FormatException ( Exception ex, StringBuilder sb, ExceptionKind kind ) : void

Formats exception information for bug report

KindToString ( ExceptionKind ek ) : string

메소드 상세

BugReport() 공개 메소드

public BugReport ( Exception ex ) : System
ex System.Exception
리턴 System

Print() 공개 메소드

public Print ( BugFormatter formatter ) : string
formatter BugFormatter
리턴 string

PrintForPhabricator() 공개 메소드

public PrintForPhabricator ( ) : string
리턴 string

PrintForWiki() 공개 메소드

Prints a wiki formatted bug report table
public PrintForWiki ( ) : string
리턴 string