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

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

Méthodes publiques

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

Creates a new instance of the IsNotTypeException class.

Method Details

IsNotTypeException() public méthode

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