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

Inheritance: AssertException
Show file Open project: jbtule/PclUnit

Public Methods

Method Description
TimeoutException ( long timeout ) : System

Creates a new instance of the TimeoutException class.

Method Details

TimeoutException() public method

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