C# 클래스 NUnit.Framework.MultipleAssertException

상속: ResultStateException
파일 보기 프로젝트 열기: nunit/nunit

공개 메소드들

메소드 설명
MultipleAssertException ( ) : System

Default Constructor (normally used)

MultipleAssertException ( string message, Exception inner ) : System

보호된 메소드들

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

Serialization Constructor

메소드 상세

MultipleAssertException() 공개 메소드

Default Constructor (normally used)
public MultipleAssertException ( ) : System
리턴 System

MultipleAssertException() 보호된 메소드

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

MultipleAssertException() 공개 메소드

public MultipleAssertException ( 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