C# 클래스 PclUnit.Style.Xunit.Exceptions.SingleException

상속: AssertException
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

메소드 설명
SingleException ( int count ) : System

Initializes a new instance of the SingleException class.

SingleException ( int count, object expected ) : System

Initializes a new instance of the SingleException class.

메소드 상세

SingleException() 공개 메소드

Initializes a new instance of the SingleException class.
public SingleException ( int count ) : System
count int The numbers of items in the collection.
리턴 System

SingleException() 공개 메소드

Initializes a new instance of the SingleException class.
public SingleException ( int count, object expected ) : System
count int The numbers of items in the collection.
expected object The object expected to be in the collection.
리턴 System