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

Inheritance: AssertActualExpectedException
Show file Open project: jbtule/PclUnit

Public Methods

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

Creates a new instance of the IsTypeException class.

Method Details

IsAssignableFromException() public method

Creates a new instance of the IsTypeException class.
public IsAssignableFromException ( Type expected, object actual ) : System
expected System.Type The expected type
actual object The actual object value
return System