C# Класс PclUnit.Style.Xunit.Exceptions.SingleException

Наследование: AssertException
Показать файл Открыть проект

Открытые методы

Метод Описание
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