C# 클래스 NUnit.Framework.Internal.NUnitException

상속: ApplicationException
파일 보기 프로젝트 열기: pjcollins/Andr.Unit

공개 메소드들

메소드 설명
NUnitException ( ) : System

Initializes a new instance of the NUnitException class.

NUnitException ( string message ) : System

Initializes a new instance of the NUnitException class.

NUnitException ( string message, Exception inner ) : System

Initializes a new instance of the NUnitException class.

보호된 메소드들

메소드 설명
NUnitException ( SerializationInfo info, StreamingContext context ) : System

Serialization Constructor

메소드 상세

NUnitException() 공개 메소드

Initializes a new instance of the NUnitException class.
public NUnitException ( ) : System
리턴 System

NUnitException() 보호된 메소드

Serialization Constructor
protected NUnitException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System

NUnitException() 공개 메소드

Initializes a new instance of the NUnitException class.
public NUnitException ( string message ) : System
message string The error message that explains /// the reason for the exception
리턴 System

NUnitException() 공개 메소드

Initializes a new instance of the NUnitException class.
public NUnitException ( string message, Exception inner ) : System
message string The error message that explains /// the reason for the exception
inner Exception The exception that caused the /// current exception
리턴 System