C# 클래스 NUnit.Framework.AssertionException

상속: ResultStateException
파일 보기 프로젝트 열기: nunit/nunit 1 사용 예제들

공개 메소드들

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

보호된 메소드들

메소드 설명
AssertionException ( System info, System context ) : System

Serialization Constructor

메소드 상세

AssertionException() 보호된 메소드

Serialization Constructor
protected AssertionException ( System info, System context ) : System
info System
context System
리턴 System

AssertionException() 공개 메소드

public AssertionException ( string message ) : System
message string The error message that explains /// the reason for the exception
리턴 System

AssertionException() 공개 메소드

public AssertionException ( string message, Exception inner ) : System
message string The error message that explains /// the reason for the exception
inner System.Exception The exception that caused the /// current exception
리턴 System