C# Class cleanLayer.Library.Scripts.SleepException

Inheritance: System.Exception
Show file Open project: Vipeax/cleanLayer

Public Methods

Method Description
SleepException ( System.TimeSpan time ) : System
SleepException ( int ms ) : System

Method Details

SleepException() public method

public SleepException ( System.TimeSpan time ) : System
time System.TimeSpan
return System

SleepException() public method

public SleepException ( int ms ) : System
ms int
return System