C# Class Bellatrix.ExceptionAnalysation.AnalyzedTestException

Inheritance: Exception
Afficher le fichier Open project: AutomateThePlanet/BELLATRIX

Méthodes publiques

Méthode Description
AnalyzedTestException ( ) : System
AnalyzedTestException ( string message ) : System
AnalyzedTestException ( string message, string url, Exception inner ) : System

Private Methods

Méthode Description
FormatExceptionMessage ( string exceptionMessage ) : string
FormatExceptionMessage ( string exceptionMessage, string url ) : string

Method Details

AnalyzedTestException() public méthode

public AnalyzedTestException ( ) : System
Résultat System

AnalyzedTestException() public méthode

public AnalyzedTestException ( string message ) : System
message string
Résultat System

AnalyzedTestException() public méthode

public AnalyzedTestException ( string message, string url, Exception inner ) : System
message string
url string
inner Exception
Résultat System