C# 클래스 Open.Core.Common.AssertionException

Error accompanying a failed unit-test assertions.
상속: System.Exception
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 메소드들

메소드 설명
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