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

Inheritance: AssertException
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

Méthode 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 méthode

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

SingleException() public méthode

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.
Résultat System