C# 클래스 NUnit.Framework.SuccessException

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

공개 메소드들

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

보호된 메소드들

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

Serialization Constructor

메소드 상세

SuccessException() 보호된 메소드

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

SuccessException() 공개 메소드

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

SuccessException() 공개 메소드

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