C# 클래스 NUnit.Framework.ResultStateException

상속: System.Exception
파일 보기 프로젝트 열기: nunit/nunit

공개 메소드들

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

보호된 메소드들

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

Serialization Constructor

메소드 상세

ResultStateException() 보호된 메소드

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

ResultStateException() 공개 메소드

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

ResultStateException() 공개 메소드

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