C# 클래스 PclUnit.Style.Xunit.Exceptions.IsAssignableFromException

상속: AssertActualExpectedException
파일 보기 프로젝트 열기: jbtule/PclUnit

공개 메소드들

메소드 설명
IsAssignableFromException ( Type expected, object actual ) : System

Creates a new instance of the IsTypeException class.

메소드 상세

IsAssignableFromException() 공개 메소드

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
리턴 System