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

Inheritance: AssertActualExpectedException
Show file Open project: jbtule/PclUnit

Public Methods

Method Description
IsNotTypeException ( Type expected, object actual ) : System

Creates a new instance of the IsNotTypeException class.

Method Details

IsNotTypeException() public method

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
return System