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

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

공개 메소드들

메소드 설명
TimeoutException ( long timeout ) : System

Creates a new instance of the TimeoutException class.

메소드 상세

TimeoutException() 공개 메소드

Creates a new instance of the TimeoutException class.
public TimeoutException ( long timeout ) : System
timeout long The timeout value, in milliseconds
리턴 System