C# Class DBTek.BugGuardian.Helpers.ExceptionsHelper

Afficher le fichier Open project: n3wt0n/BugGuardian

Méthodes publiques

Méthode 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 méthode

public static BuildExceptionHash ( Exception ex ) : string
ex System.Exception
Résultat string

BuildExceptionString() public static méthode

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
Résultat string

BuildExceptionTitle() public static méthode

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