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

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

공개 메소드들

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

Creates a new instance of the IsNotTypeException class.

메소드 상세

IsNotTypeException() 공개 메소드

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