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

Inheritance: AssertException
Afficher le fichier Open project: jbtule/PclUnit

Méthodes publiques

Méthode Description
TimeoutException ( long timeout ) : System

Creates a new instance of the TimeoutException class.

Method Details

TimeoutException() public méthode

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