C# 클래스 Bellatrix.ExceptionAnalysation.AnalyzedTestException

상속: Exception
파일 보기 프로젝트 열기: AutomateThePlanet/BELLATRIX

공개 메소드들

메소드 설명
AnalyzedTestException ( ) : System
AnalyzedTestException ( string message ) : System
AnalyzedTestException ( string message, string url, Exception inner ) : System

비공개 메소드들

메소드 설명
FormatExceptionMessage ( string exceptionMessage ) : string
FormatExceptionMessage ( string exceptionMessage, string url ) : string

메소드 상세

AnalyzedTestException() 공개 메소드

public AnalyzedTestException ( ) : System
리턴 System

AnalyzedTestException() 공개 메소드

public AnalyzedTestException ( string message ) : System
message string
리턴 System

AnalyzedTestException() 공개 메소드

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