C# Class PclUnit.Style.Xunit.Exceptions.SingleException

Inheritance: AssertException
Show file Open project: jbtule/PclUnit

Public Methods

Method Description
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.

Method Details

SingleException() public method

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

SingleException() public method

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.
return System