C# Class DBTek.BugGuardian.Helpers.ExceptionsHelper

ファイルを表示 Open project: n3wt0n/BugGuardian

Public Methods

Method Description
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

Method Details

BuildExceptionHash() public static method

public static BuildExceptionHash ( Exception ex ) : string
ex System.Exception
return string

BuildExceptionString() public static method

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
return string

BuildExceptionTitle() public static method

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