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

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

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

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

Creates a new instance of the IsNotTypeException class.

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

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

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