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

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

Méthodes publiques

Méthode Description
IsTypeException ( Type expected, object actual ) : System

Creates a new instance of the IsTypeException class.

Method Details

IsTypeException() public méthode

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