C# Class Bellatrix.ExceptionAnalysation.AnalyzedTestException

Inheritance: Exception
Show file Open project: AutomateThePlanet/BELLATRIX

Public Methods

Method Description
AnalyzedTestException ( ) : System
AnalyzedTestException ( string message ) : System
AnalyzedTestException ( string message, string url, Exception inner ) : System

Private Methods

Method Description
FormatExceptionMessage ( string exceptionMessage ) : string
FormatExceptionMessage ( string exceptionMessage, string url ) : string

Method Details

AnalyzedTestException() public method

public AnalyzedTestException ( ) : System
return System

AnalyzedTestException() public method

public AnalyzedTestException ( string message ) : System
message string
return System

AnalyzedTestException() public method

public AnalyzedTestException ( string message, string url, Exception inner ) : System
message string
url string
inner Exception
return System