C# 클래스 DBTek.BugGuardian.Helpers.ExceptionsHelper

파일 보기 프로젝트 열기: n3wt0n/BugGuardian

공개 메소드들

메소드 설명
BuildExceptionHash ( Exception ex ) : string
BuildExceptionString ( Exception ex, string message = null ) : string

Build and return a string for the "value" of the Bug work item containing all the exception info

BuildExceptionTitle ( Exception ex ) : string

Build and return a string used for the Title of the Bug work item

메소드 상세

BuildExceptionHash() 공개 정적인 메소드

public static BuildExceptionHash ( Exception ex ) : string
ex System.Exception
리턴 string

BuildExceptionString() 공개 정적인 메소드

Build and return a string for the "value" of the Bug work item containing all the exception info
public static BuildExceptionString ( Exception ex, string message = null ) : string
ex System.Exception
message string
리턴 string

BuildExceptionTitle() 공개 정적인 메소드

Build and return a string used for the Title of the Bug work item
public static BuildExceptionTitle ( Exception ex ) : string
ex System.Exception
리턴 string