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

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

공개 메소드들

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

Creates a new instance of the IsTypeException class.

메소드 상세

IsTypeException() 공개 메소드

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