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

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

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

Метод Описание
IsTypeException ( Type expected, object actual ) : System

Creates a new instance of the IsTypeException class.

Описание методов

IsTypeException() публичный Метод

Creates a new instance of the IsTypeException class.
public IsTypeException ( Type expected, object actual ) : System
expected System.Type The expected type
actual object The actual object value
Результат System