C# 클래스 PclUnit.AssertionException

상속: ResultException
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 프로퍼티들

프로퍼티 타입 설명
ExcludeFromStackTrace List

공개 메소드들

메소드 설명
AssertionException ( ) : System
AssertionException ( string message ) : System
AssertionException ( string message, Exception innerException ) : System

메소드 상세

AssertionException() 공개 메소드

public AssertionException ( ) : System
리턴 System

AssertionException() 공개 메소드

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

AssertionException() 공개 메소드

public AssertionException ( string message, Exception innerException ) : System
message string
innerException System.Exception
리턴 System

프로퍼티 상세

ExcludeFromStackTrace 공개적으로 프로퍼티

public List ExcludeFromStackTrace
리턴 List