C# 클래스 System.Waf.UnitTesting.AssertException

Represents assertion errors that occur at runtime.
상속: Exception
파일 보기 프로젝트 열기: jbe2277/waf 1 사용 예제들

공개 메소드들

메소드 설명
AssertException ( )

Initializes a new instance of the AssertException class.

AssertException ( string message )

Initializes a new instance of the AssertException class.

AssertException ( string message, Exception inner )

Initializes a new instance of the AssertException class.

메소드 상세

AssertException() 공개 메소드

Initializes a new instance of the AssertException class.
public AssertException ( )

AssertException() 공개 메소드

Initializes a new instance of the AssertException class.
public AssertException ( string message )
message string The message.

AssertException() 공개 메소드

Initializes a new instance of the AssertException class.
public AssertException ( string message, Exception inner )
message string The message.
inner Exception The inner exception.