C# 클래스 QuickDotNetCheck.Exceptions.FalsifiableException

상속: System.Exception
파일 보기 프로젝트 열기: kilfour/QuickDotNetCheck 1 사용 예제들

공개 메소드들

메소드 설명
FalsifiableException ( string expected, Exception exception ) : System
FalsifiableException ( string expected, string actual ) : System
FalsifiableException ( string expected, string actual, string message ) : System

비공개 메소드들

메소드 설명
BuildMessage ( string expected, string actual, string message ) : string

메소드 상세

FalsifiableException() 공개 메소드

public FalsifiableException ( string expected, Exception exception ) : System
expected string
exception System.Exception
리턴 System

FalsifiableException() 공개 메소드

public FalsifiableException ( string expected, string actual ) : System
expected string
actual string
리턴 System

FalsifiableException() 공개 메소드

public FalsifiableException ( string expected, string actual, string message ) : System
expected string
actual string
message string
리턴 System