C# 클래스 MSTestAllureAdapter.ErrorInfo

Represents an ErrorInfo element in the trx file.
>This class is immutable.
파일 보기 프로젝트 열기: allure-framework/allure-mstest-adapter 1 사용 예제들

공개 메소드들

메소드 설명
ErrorInfo ( string message ) : System
ErrorInfo ( string message, string stackTrace ) : System
ErrorInfo ( string message, string stackTrace, string stdOut ) : System
ToString ( ) : string

메소드 상세

ErrorInfo() 공개 메소드

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

ErrorInfo() 공개 메소드

public ErrorInfo ( string message, string stackTrace ) : System
message string
stackTrace string
리턴 System

ErrorInfo() 공개 메소드

public ErrorInfo ( string message, string stackTrace, string stdOut ) : System
message string
stackTrace string
stdOut string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string